mirror of
https://gitlab.com/MaddoScientisto/cirnofarm.git
synced 2026-06-12 22:15:54 +00:00
Box sprite
This commit is contained in:
parent
16c3ddc79f
commit
0651600329
2 changed files with 78 additions and 75 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue