diff options
Diffstat (limited to 'scenes')
-rw-r--r-- | scenes/game.tscn | 5 |
1 files changed, 0 insertions, 5 deletions
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"] |