refactor and fix saved grid algo.

This commit is contained in:
GoteGuru 2022-06-20 18:39:50 +02:00
parent 4291777bc4
commit f4b3662cba
7 changed files with 37 additions and 33 deletions

View file

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