alternative grid generators

This commit is contained in:
GoteGuru 2022-06-08 01:10:13 +02:00
parent 8735ca8a3e
commit 3827a50bee
3 changed files with 70 additions and 8 deletions

View file

@ -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>