mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 00:14:00 +00:00
feat(server): complete phase 6 local verification
This commit is contained in:
@@ -5,3 +5,7 @@ const MAIN_MENU := "res://scenes/main_menu.tscn"
|
||||
# a community server whose players are all dumped back to their own menus
|
||||
# every 2.5 minutes has no way to keep a lobby together.
|
||||
const LOBBY := "res://scenes/lobby.tscn"
|
||||
# Task 6.5: the dedicated server's match loop needs this by name, and it was
|
||||
# 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"
|
||||
|
||||
Reference in New Issue
Block a user