feat: 优化UI操作逻辑,增加退出游戏按钮
This commit is contained in:
@@ -7,6 +7,8 @@ func _on_join_game_pressed() -> void:
|
||||
func _on_start_game_pressed() -> void:
|
||||
$CreateGameUI.show()
|
||||
|
||||
|
||||
func _on_setting_button_pressed() -> void:
|
||||
SceneManager.goto_scene("settings")
|
||||
|
||||
func _on_quit_game_pressed() -> void:
|
||||
get_tree().quit()
|
||||
|
||||
Reference in New Issue
Block a user