refactor: submap - recalculateMapSize

This commit is contained in:
Azgaar 2024-10-22 02:21:48 +02:00
parent 499762f1bb
commit 1305246d7b
5 changed files with 46 additions and 25 deletions

View file

@ -5771,6 +5771,14 @@
This operation is destructive and irreversible. It will create a completely new map based on the current one.
Don't forget to save the .map file to your machine first!
</p>
<div style="display: flex; gap: 1em">
<div>Points number</div>
<div>
<input id="submapPointsInput" type="range" min="1" max="13" value="4" />
<output id="submapPointsFormatted" style="color: #053305">10K</output>
</div>
</div>
</div>
<div id="transformTool" style="display: none" class="dialog">