automatically gets bouif pull = true then

This commit is contained in:
0x81c 2015-03-15 18:45:24 -04:00
parent 747a7b7b58
commit 214758388e
14 changed files with 143 additions and 81 deletions

View file

@ -13,7 +13,7 @@ function Player:initialize(x, y, color)
y = y,
color = color,
collision = "none", --player can't push other player
sprite = playerSprite
sprite = sprites.player
})
end