diff options
author | Hop311 <hop3114@gmail.com> | 2023-05-01 19:19:01 +0200 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-05-01 19:19:01 +0200 |
commit | e0874b0d92e1320108b8c2417e81f958420119ac (patch) | |
tree | 81421796bbd3e7df4a92f3853a7fae3f40c62bdc /game/src/GameSession/GameSession.tscn | |
parent | b1e985e0774598b3add22069be50f891e981fd79 (diff) |
Better province highlight on selection/hover.
Diffstat (limited to 'game/src/GameSession/GameSession.tscn')
-rw-r--r-- | game/src/GameSession/GameSession.tscn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/game/src/GameSession/GameSession.tscn b/game/src/GameSession/GameSession.tscn index 70f0583..cad6a96 100644 --- a/game/src/GameSession/GameSession.tscn +++ b/game/src/GameSession/GameSession.tscn @@ -75,6 +75,8 @@ grow_horizontal = 0 [connection signal="mouse_exited" from="MapControlPanel" to="MapView" method="_on_mouse_entered_viewport"] [connection signal="zoom_in_button_pressed" from="MapControlPanel" to="MapView" method="zoom_in"] [connection signal="zoom_out_button_pressed" from="MapControlPanel" to="MapView" method="zoom_out"] +[connection signal="mouse_entered" from="ProvinceOverviewPanel" to="MapView" method="_on_mouse_exited_viewport"] +[connection signal="mouse_exited" from="ProvinceOverviewPanel" to="MapView" method="_on_mouse_entered_viewport"] [connection signal="province_deselected" from="ProvinceOverviewPanel" to="MapView" method="_deselect_province"] [connection signal="back_button_pressed" from="OptionsMenu" to="MapView" method="enable_processing"] [connection signal="back_button_pressed" from="OptionsMenu" to="OptionsMenu" method="hide"] |