mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
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:
parent
ba96de7138
commit
cc6a72e7b2
2 changed files with 107 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue