mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-14 16:04:50 +00:00
Fix
This commit is contained in:
parent
a32fb53393
commit
8704b72a06
3 changed files with 7 additions and 8 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue