mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
refactor: refactor religions expand
This commit is contained in:
parent
5361565cd7
commit
b9ff6a652c
13 changed files with 55 additions and 40 deletions
|
|
@ -1639,7 +1639,7 @@
|
|||
</td>
|
||||
<td>Religions number</td>
|
||||
<td>
|
||||
<input id="religionsInput" data-stored="religions" type="range" min="0" max="50" step="1" value="15" />
|
||||
<input id="religionsInput" data-stored="religions" type="range" min="0" max="50" step="1" />
|
||||
</td>
|
||||
<td>
|
||||
<output id="religionsOutput" data-stored="religions" value="auto"></output>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue