feat(scene): add host game scene and world parameter handling

This commit is contained in:
2026-07-15 21:03:18 +08:00
parent e25de9f3b4
commit b9a013a916
12 changed files with 200 additions and 11 deletions

View File

@@ -78,4 +78,7 @@ target_sources(${PROJECT_NAME}
scene/settings_scene.cpp
ui/combo_button.cpp
ui/text_field.cpp
scene/host_game_scene.cpp
scene/join_game_scene.cpp
ui/host_game_ui.cpp
)