basic serialization worx*

*
This commit is contained in:
0x81c 2015-03-17 01:59:14 -04:00
parent d76ace8f69
commit 973a8ab25b
41 changed files with 162 additions and 82 deletions

View file

@ -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