dev: 函数统一间隔两行
This commit is contained in:
@@ -4,11 +4,14 @@ extends Node2D
|
||||
func _on_join_game_pressed() -> void:
|
||||
$JoinGameUI.show()
|
||||
|
||||
|
||||
func _on_start_game_pressed() -> void:
|
||||
$CreateGameUI.show()
|
||||
|
||||
|
||||
func _on_setting_button_pressed() -> void:
|
||||
SceneManager.goto_scene("menus/settings")
|
||||
|
||||
|
||||
func _on_quit_game_pressed() -> void:
|
||||
get_tree().quit()
|
||||
|
||||
Reference in New Issue
Block a user