mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-04 22:01:16 +00:00
Enemy FSM Animation
This commit is contained in:
parent
dd3d427ac3
commit
e7c1814d98
12 changed files with 161 additions and 6 deletions
|
|
@ -111,6 +111,7 @@ script = ExtResource("3_tum7w")
|
|||
script = ExtResource("4_3noop")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
visible = false
|
||||
shape = SubResource("CircleShape2D_2b36v")
|
||||
|
||||
[node name="AnimationHandler" type="Node2D" parent="." node_paths=PackedStringArray("_animatedSprite")]
|
||||
|
|
@ -153,6 +154,7 @@ _maxResource = 3.0
|
|||
WeaponData = ExtResource("11_kuimj")
|
||||
|
||||
[node name="DamageReceiver" type="Node2D" parent="." node_paths=PackedStringArray("HealthProvider")]
|
||||
visible = false
|
||||
script = ExtResource("12_fu5g7")
|
||||
HealthProvider = NodePath("../HealthProvider")
|
||||
BulletGroup = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue