mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-21 10:43:48 +00:00
Interactable handling
This commit is contained in:
parent
a4b39a97dc
commit
d804441378
5 changed files with 89 additions and 17 deletions
|
|
@ -215,8 +215,6 @@ BulletCapacity = 100
|
|||
ReloadTime = 0.4
|
||||
BulletSpeed = 300.0
|
||||
|
||||
[node name="Selector" parent="." instance=ExtResource("3_8wt6s")]
|
||||
|
||||
[connection signal="area_entered" from="InteractionController" to="." method="_on_interaction_controller_area_entered"]
|
||||
[connection signal="area_exited" from="InteractionController" to="." method="_on_interaction_controller_area_exited"]
|
||||
[connection signal="area_entered" from="DamageHitBox" to="." method="_on_damage_hit_box_area_entered"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue