feat: add simulation garden demo controls

This commit is contained in:
2026-07-07 15:56:24 +02:00
parent b0bad6c467
commit 4bfc09d5f6
9 changed files with 124 additions and 6 deletions
+9 -3
View File
@@ -652,15 +652,21 @@ Completed after the architecture gate:
The practical next sequence is:
1. Add a cinematic/debug toggle and repeatable simulation-garden demo reset.
2. Expand resource discovery with many finite `ResourceNode` instances placed
1. Expand resource discovery with many finite `ResourceNode` instances placed
in meaningful foliage, animal-camp, berry, and village-stockpile contexts.
The first distance/safety/comfort scoring pass and small authored resource
spread exist; next, validate placement rules and grow the authored set
carefully rather than reintroducing abstract resource zones.
3. Expand persistence only when schedules, player state, or a real save menu
2. Expand persistence only when schedules, player state, or a real save menu
creates a concrete requirement.
Recently completed:
- `F10` cinematic/debug presentation toggle that hides development UI, world
labels, and NPC name/profession labels without changing simulation state;
- `F12` repeatable simulation-garden demo reset by reloading the current scene
with the same authored seed and starting state.
This order strengthens the simulation while regularly producing visible
progress suitable for public development updates.