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 @@ const WALL_SELF_DMG := 0.5
var kickable_type: String = "stick"
var kick_tier: int = 0
var toughness_tier: int = 1
var toughness_tier: int = 0
var state: State = State.IDLE
var fly_vel: Vector3 = Vector3.ZERO
var health: float = 40.0