This commit is contained in:
Squinty 2024-04-28 00:04:15 +02:00
parent a32fb53393
commit 8704b72a06
3 changed files with 7 additions and 8 deletions

View file

@ -17,13 +17,13 @@ func _on_multiplayer_pressed() -> void:
%SettingsPanelContainer.hide()
%MainPanelContainer.hide()
%MultiplayerPanelContainer.show()
func _on_settings_pressed() -> void:
%MultiplayerPanelContainer.hide()
%MultiplayerPanelContainer.tab_container.current_tab = 0
%SettingsPanelContainer.show()
%MainPanelContainer.hide()
func _on_quit_pressed() -> void:
get_tree().quit()