Баланс + картинки 3 босс, конец игры

This commit is contained in:
Georgiy Gorin
2026-04-23 16:51:43 +03:00
parent d36a2cf9ec
commit 0d9890c370
14 changed files with 130 additions and 10 deletions
+1 -1
View File
@@ -398,7 +398,7 @@ func _start_boss_phase() -> void:
if boss_active or not game_active:
return
boss_active = true
boss_timer = 90.0
boss_timer = 120.0
boss_timer_label.visible = true
boss_hint_label.visible = true
_spawn_portal()