mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
v1.4.63
This commit is contained in:
parent
03170abeab
commit
bc54c01fce
2 changed files with 5 additions and 8 deletions
|
|
@ -838,8 +838,8 @@
|
|||
|
||||
<g id="rose" stroke-width="1">
|
||||
<g id="sL" stroke="#3f3f3f">
|
||||
<line id="sL1" x1="0" y1="-2000" x2="0" y2="2000"/>
|
||||
<line id="sL2" x1="-2000" y1="0" x2="2000" y2="0"/>
|
||||
<line id="sL1" x1="0" y1="-20000" x2="0" y2="20000"/>
|
||||
<line id="sL2" x1="-20000" y1="0" x2="20000" y2="0"/>
|
||||
</g>
|
||||
<use xlink:href="#sL" transform="rotate(45)"/>
|
||||
<use xlink:href="#sL" transform="rotate(22.5)"/>
|
||||
|
|
@ -3367,7 +3367,7 @@
|
|||
<input id="populationRate" data-stored="populationRate" type="number" min=10 max=9990 step=10 value=1000 data-value=1000 style="width:4.5em">
|
||||
</div>
|
||||
|
||||
<div data-tip="Set urbranization rate: burgs population relative to all population">
|
||||
<div data-tip="Set urbanization rate: burgs population relative to all population">
|
||||
<div>Urbanization rate:</div>
|
||||
<input id="urbanizationOutput" type="range" min=.01 max=5 step=.01 value=1>
|
||||
<input id="urbanization" data-stored="urbanization" type="number" min=.01 max=5 step=.01 value=1 data-value=1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue