Box sprite

This commit is contained in:
MaddoScientisto 2024-05-01 00:36:00 +02:00
commit 0651600329
2 changed files with 78 additions and 75 deletions

View file

@ -7,7 +7,7 @@ function Box:new(x,y)
b.life = 8
b.shootable = true
b.spriteIndex = 4
b.spriteIndex = 7 --4
return setmetatable(b, {__index=self})
end