mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
V1.8 (#784)
* pump version to 1.8 * resampleDialog UI update * don't draw markers if not required * submapOptionsDialog style changes
This commit is contained in:
parent
365db354c9
commit
aae22ec1e5
2 changed files with 1 additions and 5 deletions
|
|
@ -2358,9 +2358,6 @@ svg.button {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#goods > g > use {
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dontAsk {
|
.dontAsk {
|
||||||
margin: 0.9em 0 0 0.6em;
|
margin: 0.9em 0 0 0.6em;
|
||||||
|
|
|
||||||
|
|
@ -5863,11 +5863,10 @@
|
||||||
<input id="submapPromoteTowns" class="checkbox" type="checkbox" />
|
<input id="submapPromoteTowns" class="checkbox" type="checkbox" />
|
||||||
<label for="submapPromoteTowns" class="checkbox-label">Promote towns to largetowns</label>
|
<label for="submapPromoteTowns" class="checkbox-label">Promote towns to largetowns</label>
|
||||||
</div>
|
</div>
|
||||||
<div data-tip="Add lakes in depressions. (Can be very slow on big landmasses!)">
|
<div data-tip="Add lakes in depressions (can be very slow on big landmasses)">
|
||||||
<input id="submapAddLakeInDepression" class="checkbox" type="checkbox" />
|
<input id="submapAddLakeInDepression" class="checkbox" type="checkbox" />
|
||||||
<label for="submapAddLakeInDepression" class="checkbox-label">Add lakes in depressions (slow)</label>
|
<label for="submapAddLakeInDepression" class="checkbox-label">Add lakes in depressions (slow)</label>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="alert" style="display: none" class="dialog">
|
<div id="alert" style="display: none" class="dialog">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue