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.4
const WALL_SELF_DMG := 0.4
var kickable_type: String = "boulder"
var tier: int = 2
var state: State = State.IDLE
var fly_vel: Vector3 = Vector3.ZERO
var health: float = 150.0