Баланс + картинки 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
@@ -180,7 +180,7 @@ func _do_kick() -> void:
var obj_toughness: int = best.get("toughness_tier") if best.get("toughness_tier") != null else 0
var diff_tier := kick_tier - obj_toughness
var force: float
if GameSettings.difficulty == "survival":
if GameSettings.difficulty == "immortal":
force = 50.0
elif diff_tier < 0:
force = 15.0