mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 12:41:15 +00:00
Enemy FSM death
This commit is contained in:
parent
e7c1814d98
commit
cc85cd4b54
4 changed files with 34 additions and 3 deletions
|
|
@ -80,8 +80,9 @@ DamageReceiver = NodePath("../../DamageReceiver")
|
|||
EquippedWeapon = NodePath("../../EnemyWeapon")
|
||||
_moduleNodes = [NodePath("../../AnimationModule")]
|
||||
|
||||
[node name="Dead" type="Node2D" parent="StateMachine"]
|
||||
[node name="Dead" type="Node2D" parent="StateMachine" node_paths=PackedStringArray("StorageModule")]
|
||||
script = ExtResource("8_pi7ab")
|
||||
StorageModule = NodePath("../../Storage")
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
sprite_frames = ExtResource("1_ho0th")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue