Add MVP join server screen

This commit is contained in:
2026-05-18 21:02:21 -07:00
parent c855924034
commit 2009295c18
6 changed files with 165 additions and 1 deletions
+1 -1
View File
@@ -796,7 +796,7 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
- [x] Add main menu placeholder. Added native `UAgrarianMvpFrontendWidget` with a scalable painted main menu panel and local player-controller spawning so the MVP frontend has an owned placeholder instead of relying on template UI.
- [x] After splash/startup screens, land on an MVP character selection landing page. The local player controller now opens the MVP frontend on `CharacterSelection`, and the native frontend widget paints a scalable character-selection landing page before gameplay.
- [x] Let players choose a realistic young adult male or female character with average proportions for the MVP. Added a selectable MVP character archetype enum, visible selected state, keyboard selection, and `AgrarianSelectCharacter male|female` dev command while keeping both choices on the same MVP survival baseline until real character art arrives.
- [ ] Add join server screen.
- [x] Add join server screen. Added a native `JoinServer` frontend screen showing the selected character and `play.agrariangame.com:7777`, with keyboard flow from character selection and a dev command to display the screen directly.
- [ ] Add loading screen.
- [~] Add HUD.
- [ ] Add inventory UI.