mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-07 17:51:17 +00:00
Spawn boss
This commit is contained in:
parent
a1e87af061
commit
4aa7c2515c
12 changed files with 128 additions and 49 deletions
|
|
@ -17,10 +17,11 @@ source_geometry_mode = 1
|
|||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_cgxuy"]
|
||||
size = Vector2(588, 243)
|
||||
|
||||
[node name="Map" type="Node2D"]
|
||||
[node name="Map" type="Node2D" node_paths=PackedStringArray("RoomClearActivation")]
|
||||
process_mode = 1
|
||||
script = ExtResource("1_7v35i")
|
||||
RoomResource = ExtResource("2_7v35i")
|
||||
RoomClearActivation = []
|
||||
metadata/test_scene = "res://Scenes/Maps/Roguelike.tscn"
|
||||
|
||||
[node name="Tilemaps" type="Node2D" parent="." groups=["navigation_polygon_source_geometry_group"]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue