Ebb and flow

This commit is contained in:
2024-02-16 23:35:39 +08:00
parent 7cc86d8546
commit cc562a4950
31 changed files with 330 additions and 65 deletions

View File

@@ -2,9 +2,10 @@
[ext_resource type="Script" path="res://scripts/enemy_farm.gd" id="1_66qev"]
[node name="EnemyFarm" type="Node2D" node_paths=PackedStringArray("common_parent")]
[node name="EnemyFarm" type="Node2D" node_paths=PackedStringArray("common_parent", "respawn_timer")]
script = ExtResource("1_66qev")
common_parent = NodePath(".")
respawn_timer = NodePath("RespawnTimer")
[node name="RespawnTimer" type="Timer" parent="."]
autostart = true