This commit is contained in:
0x81c 2015-03-11 20:11:29 -04:00
commit b4905845e6
148 changed files with 30049 additions and 0 deletions

13
room.lua Normal file
View file

@ -0,0 +1,13 @@
Room = class("Room")
function Room:initialize()
end
function Room:draw()
end
function Room:update()
end