diff options
author | ClarkeCode <33846391+ClarkeCode@users.noreply.github.com> | 2023-04-18 21:05:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-18 21:05:41 +0200 |
commit | ae06fbce51f91b15aeed8ede7973f4ec24d05ff0 (patch) | |
tree | 9a49865bb6e6bc56c26a291de9c48d483225ac17 /game/src/LobbyMenu/LobbyMenu.tscn | |
parent | ea077c8a7c78477bd247c7fbd21de13bcf2285e9 (diff) | |
parent | 0ead900c96f1f40028d53b0e4b9c2d93312a6621 (diff) |
Merge pull request #91 from OpenVic2Project/minor-map-ui
Minor map UI
Diffstat (limited to 'game/src/LobbyMenu/LobbyMenu.tscn')
-rw-r--r-- | game/src/LobbyMenu/LobbyMenu.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/src/LobbyMenu/LobbyMenu.tscn b/game/src/LobbyMenu/LobbyMenu.tscn index 528e7ae..174fb72 100644 --- a/game/src/LobbyMenu/LobbyMenu.tscn +++ b/game/src/LobbyMenu/LobbyMenu.tscn @@ -78,6 +78,7 @@ custom_minimum_size = Vector2(0, 33) layout_mode = 2 [connection signal="save_game_selected" from="." to="." method="_on_save_game_selected"] +[connection signal="item_activated" from="GameSelectPanel/VBoxContainer/GameSelectList" to="." method="_on_game_select_list_item_activated"] [connection signal="item_selected" from="GameSelectPanel/VBoxContainer/GameSelectList" to="." method="_on_game_select_list_item_selected"] [connection signal="button_down" from="GameSelectPanel/VBoxContainer/BackButton" to="." method="_on_back_button_button_down"] [connection signal="button_down" from="GameStartPanel/VBoxContainer/StartButton" to="." method="_on_start_button_button_down"] |