mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 11:13:47 +00:00
Activation controller FSM
This commit is contained in:
parent
ee09c50dbd
commit
0687b6de99
5 changed files with 22 additions and 17 deletions
|
|
@ -200,7 +200,6 @@ MaxResource = 32.0
|
|||
shape = SubResource("CircleShape2D_igu66")
|
||||
|
||||
[node name="InteractionProvider" type="Area2D" parent="." node_paths=PackedStringArray("_inputProvider", "_errorSound")]
|
||||
visible = false
|
||||
collision_layer = 2
|
||||
collision_mask = 4
|
||||
script = ExtResource("22_12cwd")
|
||||
|
|
@ -215,5 +214,5 @@ shape = SubResource("CircleShape2D_7n10g")
|
|||
stream = ExtResource("24_5tmtw")
|
||||
|
||||
[connection signal="area_entered" from="DamageReceiver" to="DamageReceiver" method="_on_damage_hitbox_area_entered"]
|
||||
[connection signal="InteractableAreaEntered" from="InteractionProvider" to="InteractionProvider" method="_on_interaction_controller_area_entered"]
|
||||
[connection signal="InteractableAreaExited" from="InteractionProvider" to="InteractionProvider" method="_on_interaction_controller_area_exited"]
|
||||
[connection signal="area_entered" from="InteractionProvider" to="InteractionProvider" method="_on_interaction_controller_area_entered"]
|
||||
[connection signal="area_exited" from="InteractionProvider" to="InteractionProvider" method="_on_interaction_controller_area_exited"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue