feat(editor): minimap, patrol path editing, flatten height picker

- Minimap window: 16x16 chunk grid colored by average height
  (blue=low, green=mid, brown=high, blue overlay=water)
- NPC patrol path UI: add waypoints at cursor, view path list,
  delete individual points or clear entire path
- Sculpt flatten "Pick" button: click to set target height from
  cursor position instead of typing manually
- Height range displayed in minimap footer
This commit is contained in:
Kelsi 2026-05-05 04:28:44 -07:00
parent ba96de7138
commit cc6a72e7b2
2 changed files with 107 additions and 1 deletions

View file

@ -32,6 +32,7 @@ private:
void renderWaterPanel(EditorApp& app);
void renderNpcPanel(EditorApp& app);
void renderContextMenu(EditorApp& app);
void renderMinimap(EditorApp& app);
void renderPropertiesPanel(EditorApp& app);
void renderStatusBar(EditorApp& app);