id_
This commit is contained in:
parent
b19f58726c
commit
01d272981e
133 changed files with 822 additions and 66 deletions
2
box.lua
2
box.lua
|
|
@ -6,8 +6,6 @@ function Box:initialize(x, y, color)
|
|||
Entity.initialize(self, {
|
||||
x = x,
|
||||
y = y,
|
||||
sizeX = 1,
|
||||
sizeY = 1,
|
||||
color = color,
|
||||
collision = "moveable",
|
||||
sprite = sprites.box[color]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue