Add MVP inventory HUD panel

This commit is contained in:
2026-05-17 13:43:21 -07:00
parent cb663fbfaf
commit 09eed7c4c4
6 changed files with 155 additions and 1 deletions
+2
View File
@@ -119,6 +119,8 @@ The 0.1.E inventory work should implement these operations on top of the model:
- Carry capacity: continue using total weight first, with later volume or pack
systems layered on top.
- UI: read the replicated stack list and send requests back through server RPCs.
The MVP HUD now includes a compact inventory panel that shows occupied slots,
total carried weight, and the first visible item stacks.
## Carry Capacity Placeholder