FSM Player health and animations

This commit is contained in:
Marco 2025-03-01 14:08:31 +01:00
commit f91df43caa
13 changed files with 317 additions and 32 deletions

View file

@ -10,7 +10,8 @@ BulletSpeed = 20.0
Direction = Vector2(1, 0)
BulletDamage = 8.0
LifeTime = 4.0
DestroyOnCollision = false
DestroyOnCollision = true
Owner = 0
DamageType = 2
Controllable = false
TimeModifiers = Array[Object]([])