mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 20:23:48 +00:00
Energy weapons
This commit is contained in:
parent
7f69b8fa0f
commit
2f76d4742e
12 changed files with 144 additions and 24 deletions
|
|
@ -334,9 +334,10 @@ PlayerFSM = NodePath("StateMachine")
|
|||
InteractionController = NodePath("InteractionController")
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="StateMachine" type="Node2D" parent="." node_paths=PackedStringArray("MotivationResource")]
|
||||
[node name="StateMachine" type="Node2D" parent="." node_paths=PackedStringArray("MotivationResource", "Shield")]
|
||||
script = ExtResource("1_mpmil")
|
||||
MotivationResource = NodePath("../DamageReceiver/MotivationProvider")
|
||||
Shield = NodePath("../DamageReceiver/ShieldProvider")
|
||||
|
||||
[node name="Init" type="Node2D" parent="StateMachine" node_paths=PackedStringArray("_animationProvider", "_storageModule")]
|
||||
script = ExtResource("2_i6wc8")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue