Fine tuning

This commit is contained in:
2025-09-12 23:05:23 +02:00
parent 25287c57fc
commit 0a2143d4c8
18 changed files with 49 additions and 60 deletions

View File

@ -38,6 +38,7 @@ func _on_timer_timeout() -> void:
if checkend:
endwave = false
get_node("CanvasLayer/SidePanel").Update_waves(currentwave + 1) #updating waves
pause = 40
if currentwave >= waves[0].size():
get_node("CanvasLayer/SidePanel").Update_waves(currentwave) #updating waves
get_node("Timer").stop()