feat: 完成设置部分和游戏内房主房客身份及IP地址的识别

This commit is contained in:
2026-01-06 08:12:57 +08:00
parent 7d75cd5660
commit 10e6d2d645
16 changed files with 159 additions and 5 deletions
+1
View File
@@ -5,3 +5,4 @@ func _on_join_game_button_pressed() -> void:
var ip: String = $JoinGameEdit.text
MultiGame.create_client(ip)
$".".hide()
SceneManager.goto_scene("game")