kill dead code

This commit is contained in:
Your Name 2026-08-07 01:05:08 -04:00
parent a8b469876d
commit 7fa9171ba1
9 changed files with 72 additions and 187 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 = sprites.player
sprite = loadSprite("art/game/player.png")
})
end