Engine
0.0.6
Game engine in lua
Loading...
Searching...
No Matches
game.lua
Go to the documentation of this file.
1
--! @
file
src/lib/
object
/
game
.lua
2
--! @
short
game
object
3
--! @brief a table to put anything related to developer
game
.
4
5
local P = {
6
dt = 0,
7
fps
= 0,
8
milis = 0,
9
width = 0,
10
height = 0
11
}
12
13
return
P;
file
local function file(self, file)
game
local game
Definition
main.lua:17
fps
local function fps(self, show, x, y)
src
lib
object
game.lua
Generated by
1.12.0