feat(ui): add shared cosmic clash theme

This commit is contained in:
Josh Creek
2026-09-01 22:28:02 +01:00
parent 889e30a434
commit 07fd0fde44
6 changed files with 80 additions and 4 deletions
+2
View File
@@ -1572,3 +1572,5 @@ The matchmaking UI now displays the authoritative proposal countdown from the se
The UI now provides explicit detail copy for every non-terminal allocation and connection phase (`ACCEPTED` through `LIVE`), so server progress remains understandable throughout assignment and transport startup.
Reconfiguring the client with new credentials now clears the prior session expiry, preventing an expired sessions timestamp from invalidating a fresh authentication. A re-authentication regression test covers the boundary.
Presentation progress: a shared `Game/themes/cosmic_clash_theme.tres` now gives the menu, lobby, matchmaking, and settings surfaces consistent button, input, option, and label styling. The custom-font portion of `TODO.md` remains open until a distributable font asset is selected.