kill dead code
This commit is contained in:
parent
a8b469876d
commit
7fa9171ba1
9 changed files with 72 additions and 187 deletions
|
|
@ -13,7 +13,7 @@ function Player:initialize(x, y, color)
|
|||
y = y,
|
||||
color = color,
|
||||
collision = "none", --player can't push other player
|
||||
sprite = sprites.player
|
||||
sprite = loadSprite("art/game/player.png")
|
||||
})
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue