automatically gets bouif pull = true then
This commit is contained in:
parent
747a7b7b58
commit
214758388e
14 changed files with 143 additions and 81 deletions
3
wall.lua
3
wall.lua
|
|
@ -9,8 +9,9 @@ function Wall:initialize(x, y, color)
|
|||
sizeX = 1,
|
||||
sizeY = 1,
|
||||
color = color,
|
||||
cellShape = spriteCells.test_object,
|
||||
collision = "unmoveable",
|
||||
sprite = wallSprite
|
||||
sprite = sprites.test_object
|
||||
})
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue