mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
v1.4.37
This commit is contained in:
parent
300a05b75d
commit
abeafd48a7
2 changed files with 4 additions and 4 deletions
|
|
@ -2412,9 +2412,9 @@
|
||||||
<i data-tip="Marker Icon" class="icon-info"></i>
|
<i data-tip="Marker Icon" class="icon-info"></i>
|
||||||
<button id="markerIconSelect" data-tip="Click to select icon"></button>
|
<button id="markerIconSelect" data-tip="Click to select icon"></button>
|
||||||
<i data-tip="Change marker horizontal shift" class="icon-resize-horizontal"></i>
|
<i data-tip="Change marker horizontal shift" class="icon-resize-horizontal"></i>
|
||||||
<input id="markerIconShiftX" data-tip="Change icon horizontal shift" type="number" value=50 style="width:3em">
|
<input id="markerIconShiftX" data-tip="Change icon horizontal shift" type="number" value=50>
|
||||||
<i data-tip="Change marker vertical shift" class="icon-resize-vertical"></i>
|
<i data-tip="Change marker vertical shift" class="icon-resize-vertical"></i>
|
||||||
<input id="markerIconShiftY" data-tip="Change vertical shift" type="number" min=0 max=100 value=50 style="width:3em">
|
<input id="markerIconShiftY" data-tip="Change vertical shift" type="number" min=0 max=100 value=50>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button id="markerStyle" data-tip="Change marker size and colors" class="icon-brush"></button>
|
<button id="markerStyle" data-tip="Change marker size and colors" class="icon-brush"></button>
|
||||||
|
|
@ -3209,7 +3209,7 @@
|
||||||
<span>Select object: </span>
|
<span>Select object: </span>
|
||||||
<select id="notesSelect" data-tip="Select object" style="width: 12em"></select>
|
<select id="notesSelect" data-tip="Select object" style="width: 12em"></select>
|
||||||
<span>Object name: </span>
|
<span>Object name: </span>
|
||||||
<input id="notesName" data-tip="Type to change object name" autocorrect="off" spellcheck="false" style="width: 17em">
|
<input id="notesName" data-tip="Type to change object name" autocorrect="off" spellcheck="false" style="width: 16em">
|
||||||
</div>
|
</div>
|
||||||
<div id="notesText" data-tip="Type and style object description" style="padding: .4em 0"></div>
|
<div id="notesText" data-tip="Type and style object description" style="padding: .4em 0"></div>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
|
|
@ -526,7 +526,7 @@ function uploadMap(file, callback) {
|
||||||
} else {
|
} else {
|
||||||
load = true;
|
load = true;
|
||||||
message = `The map version (${mapVersion}) does not match the Generator version (${version}).
|
message = `The map version (${mapVersion}) does not match the Generator version (${version}).
|
||||||
<br>The map will be auto-updated. In case of issues please keep using an ${archive} of the Generator`;
|
<br>Click OK to get map auto-updated. In case of issues please keep using an ${archive} of the Generator`;
|
||||||
}
|
}
|
||||||
alertMessage.innerHTML = message;
|
alertMessage.innerHTML = message;
|
||||||
$("#alert").dialog({title: "Version conflict", width: "38em", buttons: {
|
$("#alert").dialog({title: "Version conflict", width: "38em", buttons: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue