mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
Submap live preview.
This commit is contained in:
parent
159c1aa3e3
commit
0d71f10f05
3 changed files with 137 additions and 36 deletions
|
|
@ -4370,8 +4370,8 @@
|
|||
|
||||
<div>Shift</div>
|
||||
<div>
|
||||
<label>X: <input id="submapShiftX" type="number" min="0" size="4" value="0" /></label>
|
||||
<label>Y: <input id="submapShiftY" type="number" min="0" size="4" value="0" /></label>
|
||||
<label>X: <input id="submapShiftX" type="number" size="4" value="0" /></label>
|
||||
<label>Y: <input id="submapShiftY" type="number" size="4" value="0" /></label>
|
||||
</div>
|
||||
|
||||
<div>Rotate</div>
|
||||
|
|
@ -4395,6 +4395,7 @@
|
|||
<label for="submapMirrorV" class="checkbox-label">vertically</label>
|
||||
</div>
|
||||
</div>
|
||||
<div id="submapPreview" style="border:1px solid black; margin: 1em auto; overflow:hidden"></div>
|
||||
</div>
|
||||
|
||||
<div id="submapOptionsDialog" style="display: none" class="dialog">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue