fix(server): use headless-safe arena simulation

This commit is contained in:
Josh Creek
2026-08-21 19:26:47 +01:00
parent 9e4609d5b3
commit dab647e514
2 changed files with 9 additions and 1 deletions
+4
View File
@@ -9,3 +9,7 @@ const LOBBY := "res://scenes/lobby.tscn"
# previously only ever reached by test harnesses hardcoding the string.
const NETWORKED_MATCH := "res://scenes/networked_match.tscn"
const SERVER_BOOT := "res://scenes/server_boot.tscn"
# Arena variants add presentation-only scenery. The dedicated server uses the
# common physical layout instead, while MatchSim still tells clients which
# variant to render.
const SERVER_ARENA := "res://scenes/arena_base.tscn"