Exp updated collisions and tougness tier

This commit is contained in:
Georgiy Gorin
2026-04-23 10:10:40 +03:00
parent cdb0ffd6a5
commit 7beb9ffbac
22 changed files with 12045 additions and 60 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ signal health_changed(current: int, maximum: int)
@export var max_health: int = 100
var health: int = max_health
var kick_tier: int = 1
var kick_tier: int = 0
var toughness_tier: int = 0
var has_stick_armor: bool = false
var has_leather_armor: bool = false