mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.0.35
This commit is contained in:
parent
57f1bd9695
commit
0d88fd740e
5 changed files with 34 additions and 12 deletions
|
|
@ -1541,6 +1541,7 @@
|
|||
<option value="Peninsula">Peninsula</option>
|
||||
<option value="Pangea">Pangea</option>
|
||||
<option value="Isthmus">Isthmus</option>
|
||||
<option value="Shattered">Shattered</option>
|
||||
</select>
|
||||
</td>
|
||||
<td></td>
|
||||
|
|
@ -2367,6 +2368,7 @@
|
|||
<option value="templatePeninsula">Peninsula</option>
|
||||
<option value="templatePangea">Pangea</option>
|
||||
<option value="templateIsthmus">Isthmus</option>
|
||||
<option value="templateShattered">Shattered</option>
|
||||
</select>
|
||||
</div>
|
||||
<div id="templateTools">
|
||||
|
|
@ -2379,7 +2381,7 @@
|
|||
<button id="templateMultiply" data-tip="Multiply all heights in range by factor" class="noicon">*</button>
|
||||
<button id="templateSmooth" data-tip="Smooth the map replacing cell heights by an average values of its neighbors" class="noicon">~</button>
|
||||
</div>
|
||||
<div id="templateBody" data-changed=0 class="table">
|
||||
<div id="templateBody" data-changed=0 class="table" style="padding:2px 0">
|
||||
<div data-type="Hill">
|
||||
<div class="icon-check" data-tip="Click to skip the step"></div>
|
||||
<div style="width:4em">Hill</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue