first lobby draft made, you can move a charcter around

This commit is contained in:
2026-02-11 03:23:40 +11:00
parent e06846f8b6
commit 12b6a5e7ae
29 changed files with 348 additions and 238 deletions

View File

@@ -67,6 +67,8 @@ func load_multiplayer() -> void:
await loaded_scene
var multi_player_lobby: MultiplayerLobby = scene.get_child(0) as MultiplayerLobby
multi_player_lobby.game_manager = game_manager
multi_player_lobby.setup_the_ui()
multi_player_lobby.player_disconnected.connect(game_manager.remove_player)
func load_scene(scene_path: String) -> void: