kick force

This commit is contained in:
2026-04-22 22:42:27 +03:00
parent 89a9e1a83e
commit 9066eecf1e
9 changed files with 32 additions and 14 deletions
+1
View File
@@ -7,6 +7,7 @@ const MIN_SPEED := 0.3
const WALL_BOUNCE := 0.7
var kickable_type: String = "leather"
var tier: int = 1
var state: State = State.IDLE
var fly_vel: Vector3 = Vector3.ZERO
var damage_modifier: float = 0.0