mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
alternative grid generators
This commit is contained in:
parent
8735ca8a3e
commit
3827a50bee
3 changed files with 70 additions and 8 deletions
13
index.html
13
index.html
|
|
@ -1293,6 +1293,19 @@
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
<tr data-tip="Select grid generation algorithm">
|
||||
<td></td>
|
||||
<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>
|
||||
</select>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr data-tip="Define map name (will be used to name downloaded files)">
|
||||
<td>
|
||||
<i data-locked="0" id="lock_mapName" class="icon-lock-open"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue