diff options
author | bd <bdunahu@operationnull.com> | 2025-05-22 20:24:01 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-22 20:24:01 -0400 |
commit | a95e2ead7e3ade3c13e4e9f6e68c24df4430097a (patch) | |
tree | 49913b6b0081ec7d51a9c672437597b9cc1b6b7b /scripts/path_spawner.gd | |
parent | b318529cf9c01fca4ac2e1b7c7f7fccd0be4589a (diff) |
Make WaveSpawner, Cursor, use generated paths
Diffstat (limited to 'scripts/path_spawner.gd')
-rw-r--r-- | scripts/path_spawner.gd | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/path_spawner.gd b/scripts/path_spawner.gd deleted file mode 100644 index 9b8f663..0000000 --- a/scripts/path_spawner.gd +++ /dev/null @@ -1,7 +0,0 @@ -extends Node2D - -@onready var path = preload("res://scenes/L1.tscn") - -func _on_timer_timeout(): - var tmp = path.instantiate() - add_child(tmp) |