basic serialization worx*
*
This commit is contained in:
parent
d76ace8f69
commit
973a8ab25b
41 changed files with 162 additions and 82 deletions
4
wall.lua
4
wall.lua
|
|
@ -9,9 +9,9 @@ function Wall:initialize(x, y, color)
|
|||
sizeX = 1,
|
||||
sizeY = 1,
|
||||
color = color,
|
||||
cellShape = spriteCells.test_object,
|
||||
cellShape = spriteCells.wall,
|
||||
collision = "unmoveable",
|
||||
sprite = sprites.test_object
|
||||
sprite = sprites.wall
|
||||
})
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue