Add Agrarian debug HUD

This commit is contained in:
2026-05-11 01:28:50 -07:00
parent 6e7f74986c
commit 474b92b1ee
5 changed files with 115 additions and 6 deletions
+2 -1
View File
@@ -29,6 +29,7 @@
- [x] Primitive shelter actor is marked as a persistent world actor.
- [x] Admin/dev console commands added to the Agrarian player controller.
- [x] Wildlife base actor added with replicated health, simple movement states, and harvesting hooks.
- [x] Simple debug HUD added for survival and inventory feedback.
## Next Unreal Editor Tasks
@@ -42,7 +43,7 @@
- [ ] Create Blueprint child `BP_AGR_PrimitiveShelter` from `AgrarianShelterActor`.
- [ ] Assign placeholder meshes to MVP actors.
- [ ] Place resource nodes and campfire in the test map.
- [ ] Add simple HUD/debug display for survival and inventory.
- [x] Add simple HUD/debug display for survival and inventory.
- [ ] Test gather -> inventory -> campfire loop.
## Next C++ Foundation Tasks