mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 04:21:24 +01:00
refactoring for row based code
This commit is contained in:
parent
b640f977b9
commit
db49f1c924
7 changed files with 50 additions and 21 deletions
|
|
@ -1505,9 +1505,10 @@
|
|||
<td>Grid algorithm</td>
|
||||
<td>
|
||||
<select id="gridAlgorithm">
|
||||
<option value="voronoiPoints" selected>Voronoi</option>
|
||||
<option value="hexPoints">Hex Grid</option>
|
||||
<option value="squarePoints">Square Grid</option>
|
||||
<option value="voronoiPoints" selected>Default</option>
|
||||
<option value="hexPointsF">Hex flat</option>
|
||||
<option value="hexPointsP">Hex pointy</option>
|
||||
<option value="squarePoints">Squares</option>
|
||||
</select>
|
||||
</td>
|
||||
<td></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue