diff options
Diffstat (limited to 'Towers/Tower.tscn')
-rw-r--r-- | Towers/Tower.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Towers/Tower.tscn b/Towers/Tower.tscn index 839917c..cb6edd9 100644 --- a/Towers/Tower.tscn +++ b/Towers/Tower.tscn @@ -114,3 +114,4 @@ position = Vector2(16, 16) [connection signal="hover_enter" from="SelectableArea" to="." method="_on_selectable_area_hover_enter"] [connection signal="hover_exit" from="SelectableArea" to="." method="_on_selectable_area_hover_exit"] [connection signal="select_primary" from="SelectableArea" to="." method="_on_selectable_area_select_primary"] +[connection signal="select_secondary" from="SelectableArea" to="." method="_on_selectable_area_select_secondary"] |