Add MVP debug dev menu

This commit is contained in:
2026-05-18 21:16:24 -07:00
parent 7c98bb7d41
commit 1cc91b5b8d
6 changed files with 104 additions and 1 deletions
+1 -1
View File
@@ -803,7 +803,7 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
- [x] Add crafting UI. Promoted the existing compact crafting HUD panel into the 0.1.N UI pass with `AgrarianToggleCraftingUI`, showing known recipes and ingredient readiness while keeping full crafting menus for later UX expansion.
- [x] Add interaction prompts. Promoted the existing centered interactable prompt renderer into the 0.1.N UI pass with `AgrarianToggleInteractionPrompts`, keeping prompt text driven by focused interactables.
- [x] Add death/respawn UI. Added a dedicated dead-state MVP panel with last death reason, Ground Zero respawn context, and `AgrarianToggleDeathRespawnUI` while preserving the existing server-authoritative respawn command.
- [ ] Add debug/dev menu.
- [x] Add debug/dev menu. Added a toggleable `bShowDebugDevMenu` HUD panel plus `AgrarianToggleDebugDevMenu`, listing the core MVP frontend, UI, persistence, and recovery commands for tester/admin use.
- [ ] Add accessibility basics.
- [ ] Ensure UI scales on common resolutions.