feat: 优化项目结构,更新引擎版本

This commit is contained in:
2026-04-02 09:15:43 +08:00
parent 2fbc3c80cf
commit 46d5c98b4e
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ func _on_create_game_button_pressed() -> void:
if 2 <= player_num and player_num <= 4:
MultiGame.create_server(int(player_num))
$".".hide()
SceneManager.goto_scene("game")
SceneManager.goto_scene("game/game")
else:
$Warn.show()