bump chec~~

This commit is contained in:
0x81c 2015-03-16 07:39:54 -04:00
parent 0009355d04
commit 1c1ec291a7
153 changed files with 27 additions and 8 deletions

View file

@ -8,8 +8,8 @@ function Ass:initialize(x, y, color, folder, name)
x = x,
y = y,
color = color,
cellShape = spriteCells["mac_smaller"],
collision = "moveable", --player can't push other player
cellShape = spriteCells["tree"][color],
collision = "unmoveable", --player can't push other player
sprite = spr
})
end