feat: 基本完成了主界面的制作

This commit is contained in:
2026-01-05 17:29:39 +08:00
parent 320d22d6f5
commit 7d75cd5660
12 changed files with 228 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
extends Node2D
func _on_join_game_pressed() -> void:
$JoinGameUI.show()
func _on_start_game_pressed() -> void:
$CreateGameUI.show()