Add MVP inventory UI toggle

This commit is contained in:
2026-05-18 21:08:14 -07:00
parent df8bc6c7a8
commit 0fb7f1e7ee
4 changed files with 73 additions and 1 deletions
+1 -1
View File
@@ -799,7 +799,7 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
- [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.
- [x] Add loading screen. Added a native `Loading` frontend screen with Ground Zero preparation copy, selected character/server context, a deterministic placeholder progress bar, and join-screen keyboard flow into loading.
- [x] Add HUD. Completed the MVP HUD pass with a separate `bShowMvpHudFrame` top status frame showing Ground Zero context, alive/dead state, health, food, water, and body temperature, while keeping the deeper developer overlay separately toggleable.
- [ ] Add inventory UI.
- [x] Add inventory UI. Promoted the existing compact replicated-inventory HUD panel into the 0.1.N UI pass with `AgrarianToggleInventoryUI`, keeping the MVP inventory surface lightweight while full drag/drop inventory remains later work.
- [ ] Add crafting UI.
- [ ] Add interaction prompts.
- [ ] Add death/respawn UI.