improved tectonic edit UI

This commit is contained in:
Dobidop 2026-03-22 12:17:56 +01:00
parent 6bda3c3c16
commit 18bddd0cec
2 changed files with 273 additions and 188 deletions

View file

@ -4106,8 +4106,8 @@
</div>
<div id="tectonicEditor" class="dialog stable" style="display: none">
<div id="tectonicPlateList" style="max-height: 300px; overflow-y: auto"></div>
<div style="margin-top: 8px">
<p style="font-size:11px;margin:0 0 6px">Click a plate to edit. Drag arrows to set velocity.</p>
<div style="margin-top: 4px">
<button id="tectonicRegenerate" data-tip="Regenerate terrain preview from edited plates">Regenerate Preview</button>
<button id="tectonicApplyMap" data-tip="Apply changes and regenerate the full map">Apply to Map</button>
</div>