add eart
All checks were successful
CI / build (pull_request) Successful in 2m48s

This commit is contained in:
ultrablob 2025-02-05 21:15:12 -05:00
parent 8cb01d7918
commit 4ea08b1c5f
29 changed files with 697 additions and 17 deletions

View file

@ -9,7 +9,7 @@ var wave_count = start_wave
func _ready():
if start_wave != 0:
await get_tree().create_timer(5).timeout
await get_tree().create_timer(2).timeout
waves = waves.slice(start_wave)
spawn_loop()