mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
feat: add style preset, add heighmap color schemes
This commit is contained in:
parent
bed7486218
commit
e654dbb8a5
8 changed files with 417 additions and 15 deletions
10
index.html
10
index.html
|
|
@ -1281,7 +1281,9 @@
|
|||
<select id="styleHeightmapScheme">
|
||||
<option value="bright" selected>Bright</option>
|
||||
<option value="light">Light</option>
|
||||
<option value="natural">Natural</option>
|
||||
<option value="green">Green</option>
|
||||
<option value="livid">Livid</option>
|
||||
<option value="monochrome">Monochrome</option>
|
||||
</select>
|
||||
</td>
|
||||
|
|
@ -3813,8 +3815,8 @@
|
|||
<button id="battleNameShow" data-tip="Set battle name" class="icon-font"></button>
|
||||
<div id="battleNameSection" style="display: none">
|
||||
<button id="battleNameHide" data-tip="Hide the battle name section" class="icon-font"></button>
|
||||
<input id="battleNamePlace" data-tip="Type place name" style="width: 30%"> <input id="battleNameFull"
|
||||
data-tip="Type full battle name" style="width: 46%">
|
||||
<input id="battleNamePlace" data-tip="Type place name" style="width: 30%" />
|
||||
<input id="battleNameFull" data-tip="Type full battle name" style="width: 46%" />
|
||||
<button
|
||||
id="battleNameCulture"
|
||||
data-tip="Generate culture-specific name for place and battle"
|
||||
|
|
@ -7991,9 +7993,9 @@
|
|||
<script src="libs/lineclip.min.js"></script>
|
||||
<script src="libs/alea.min.js"></script>
|
||||
<script src="modules/fonts.js?v=1.89.18"></script>
|
||||
<script src="modules/ui/layers.js"></script>
|
||||
<script src="modules/ui/layers.js?v=1.93.06"></script>
|
||||
<script src="modules/ui/measurers.js?v=1.87.02"></script>
|
||||
<script src="modules/ui/stylePresets.js?v=1.89.11"></script>
|
||||
<script src="modules/ui/stylePresets.js?v=1.93.06"></script>
|
||||
|
||||
<script src="modules/ui/general.js?v=1.93.04"></script>
|
||||
<script src="modules/ui/options.js?v=1.93.03"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue