This commit is contained in:
0x81c 2015-03-11 21:08:15 -04:00
parent b4905845e6
commit d5a60336f5
3 changed files with 28 additions and 13 deletions

View file

@ -11,7 +11,6 @@ function love.load()
loadSprites()
inputTimer = Timer.new()
player = Player:new(2, 1, "green")
end