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
@@ -10,6 +10,7 @@ const WALL_BOUNCE := 0.5
const WALL_SELF_DMG := 0.5
var kickable_type: String = "stick"
var tier: int = 0
var state: State = State.IDLE
var fly_vel: Vector3 = Vector3.ZERO
var health: float = 40.0