basix
This commit is contained in:
commit
b4905845e6
148 changed files with 30049 additions and 0 deletions
13
room.lua
Normal file
13
room.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Room = class("Room")
|
||||
|
||||
function Room:initialize()
|
||||
|
||||
end
|
||||
|
||||
function Room:draw()
|
||||
|
||||
end
|
||||
|
||||
function Room:update()
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue