feat: 基本完成了主界面的制作
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
extends Node2D
|
||||
|
||||
|
||||
func _on_join_game_pressed() -> void:
|
||||
$JoinGameUI.show()
|
||||
|
||||
func _on_start_game_pressed() -> void:
|
||||
$CreateGameUI.show()
|
||||
Reference in New Issue
Block a user