forked from team-sg/hero-mark-2
every stage is bloodstainable (fixes #183)
This commit is contained in:
parent
4e98108935
commit
de2e33a87a
8 changed files with 49 additions and 29 deletions
|
@ -138,7 +138,9 @@ shape = SubResource( 8 )
|
|||
[node name="Player" parent="." instance=ExtResource( 26 )]
|
||||
position = Vector2( 32, 176 )
|
||||
|
||||
[node name="Death" type="TileMap" parent="." groups=["death"]]
|
||||
[node name="Death" type="TileMap" parent="." groups=["can_stain", "death"]]
|
||||
light_mask = 2
|
||||
material = ExtResource( 34 )
|
||||
tile_set = ExtResource( 9 )
|
||||
cell_size = Vector2( 8, 8 )
|
||||
collision_layer = 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue