mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
gridCellNumbers static HTML
turned the createGridSection() function in style that created an HTML for the text labels in gridOverlay inside the JS with javascript dynamic to static HTML in index.html.
This commit is contained in:
parent
b2ce493e40
commit
a2e1004734
3 changed files with 19 additions and 29 deletions
|
|
@ -1114,6 +1114,13 @@
|
|||
<input id="styleGridShiftY" type="number" data-tip="Shift by y axis in pixels" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr data-tip="Show cell numbers on the grid">
|
||||
<td colspan="2">
|
||||
<input id="gridCellNumbers" class="checkbox" type="checkbox" />
|
||||
<label for="gridCellNumbers" class="checkbox-label">Show cell numbers</label>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
<tbody id="styleCompass">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue