mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 01:05:54 +00:00
FSM Player health and animations
This commit is contained in:
parent
af0261ce8e
commit
f91df43caa
13 changed files with 317 additions and 32 deletions
|
|
@ -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]([])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue