mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 04:21:24 +01:00
refactor and fix saved grid algo.
This commit is contained in:
parent
4291777bc4
commit
f4b3662cba
7 changed files with 37 additions and 33 deletions
|
|
@ -1502,10 +1502,10 @@
|
|||
|
||||
<tr data-tip="Select grid generation algorithm">
|
||||
<td></td>
|
||||
<td>Grid algorithm</td>
|
||||
<td>Grid type</td>
|
||||
<td>
|
||||
<select id="gridAlgorithm">
|
||||
<option value="voronoiPoints" selected>Default</option>
|
||||
<option value="jitteredGridPoints" selected>Default</option>
|
||||
<option value="hexPointsF">Hex flat</option>
|
||||
<option value="hexPointsP">Hex pointy</option>
|
||||
<option value="squarePoints">Squares</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue