This commit is contained in:
0x81c 2015-03-11 21:41:02 -04:00
parent d5a60336f5
commit 9763040c99
4 changed files with 35 additions and 11 deletions

View file

@ -14,6 +14,8 @@ function Player:initialize(x, y, color)
})
self.sprite = playerSprite
print("i exist!!")
end
function Player:update()