feat: add authenticated matchmaking control client

This commit is contained in:
Josh Creek
2026-08-31 22:36:05 +01:00
parent 39ebfce1bb
commit 5106ac64da
5 changed files with 158 additions and 2 deletions
+1
View File
@@ -26,6 +26,7 @@ run/main_scene.dedicated_server="res://scenes/server_boot.tscn"
[autoload]
GameSettings="*res://scripts/game_settings.gd"
ControlPlaneClient="*res://scripts/control_plane_client.gd"
VideoSettings="*res://scripts/video_settings.gd"
BackgroundFPS="*res://scripts/background_fps.gd"
PerfOverlay="*res://scripts/perf_overlay.gd"