mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-05 00:51:17 +00:00
Basic boss patterns
This commit is contained in:
parent
101f992a2a
commit
d5eda3c7b4
15 changed files with 387 additions and 64 deletions
|
|
@ -15,10 +15,11 @@
|
|||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_u3c1h"]
|
||||
size = Vector2(272, 85)
|
||||
|
||||
[node name="Tilemaps" type="Node2D"]
|
||||
[node name="Tilemaps" type="Node2D" node_paths=PackedStringArray("RoomClearActivation")]
|
||||
process_mode = 1
|
||||
script = ExtResource("1_vhsym")
|
||||
RoomResource = ExtResource("2_vhsym")
|
||||
RoomClearActivation = []
|
||||
metadata/test_scene = "res://Scenes/Maps/Roguelike.tscn"
|
||||
|
||||
[node name="Floor" type="TileMapLayer" parent="." node_paths=PackedStringArray("_solidLayers") groups=["Solid"]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue