From 0f6253876681955020005e7c29429b59250af601 Mon Sep 17 00:00:00 2001 From: bd Date: Thu, 29 May 2025 14:32:47 -0400 Subject: More advanced wave spawning, player controls advancing of waves --- scenes/game.tscn | 5 ----- 1 file changed, 5 deletions(-) (limited to 'scenes/game.tscn') diff --git a/scenes/game.tscn b/scenes/game.tscn index 5d5aac6..56152fc 100644 --- a/scenes/game.tscn +++ b/scenes/game.tscn @@ -51,9 +51,6 @@ z_index = 2 [node name="PathSpawner" type="Node2D" parent="."] script = ExtResource("3_u5sy4") -[node name="Timer" type="Timer" parent="PathSpawner"] -autostart = true - [node name="Defenders" type="Node" parent="."] script = ExtResource("4_gee14") @@ -71,5 +68,3 @@ volume_db = -4.0 script = ExtResource("10_vtaks") [node name="Blips" type="AudioStreamPlayer2D" parent="."] - -[connection signal="timeout" from="PathSpawner/Timer" to="PathSpawner" method="_on_timer_timeout"] -- cgit v1.2.3