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
@@ -8,7 +8,7 @@ const WALL_BOUNCE := 0.7
var kickable_type: String = "leather"
var kick_tier: int = 0
var toughness_tier: int = 0
var toughness_tier: int = 1
var state: State = State.IDLE
var fly_vel: Vector3 = Vector3.ZERO
var damage_modifier: float = 0.0