Give blocks a speed so they behave correctly when moving on their own (via ice, clone, etc)
This commit is contained in:
parent
3d6dca2440
commit
5361cff70a
@ -324,6 +324,7 @@ const TILE_TYPES = {
|
|||||||
is_actor: true,
|
is_actor: true,
|
||||||
is_block: true,
|
is_block: true,
|
||||||
ignores: new Set(['fire']),
|
ignores: new Set(['fire']),
|
||||||
|
movement_speed: 4,
|
||||||
},
|
},
|
||||||
clone_block: {
|
clone_block: {
|
||||||
draw_layer: LAYER_ACTOR,
|
draw_layer: LAYER_ACTOR,
|
||||||
@ -333,6 +334,7 @@ const TILE_TYPES = {
|
|||||||
is_actor: true,
|
is_actor: true,
|
||||||
is_block: true,
|
is_block: true,
|
||||||
ignores: new Set(['fire']),
|
ignores: new Set(['fire']),
|
||||||
|
movement_speed: 4,
|
||||||
},
|
},
|
||||||
green_floor: {
|
green_floor: {
|
||||||
draw_layer: LAYER_TERRAIN,
|
draw_layer: LAYER_TERRAIN,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user