WIP: split hexes and building structure into different layers

This commit is contained in:
2025-06-16 22:41:32 -07:00
parent 1696d9edc0
commit 2fa516950b
7 changed files with 74 additions and 53 deletions

View File

@@ -47,9 +47,9 @@
<image id="counter-grenade" href="counter_grenade.jpg" width="10"/>
</defs>
<g class="gameboard">
<g class="gameboard" data-view-elevation="0">
<rect id="background"/>
<g class="buildings"/>
<rect id="dots" fill="url(#asterisk)"/>
<g id="firing-arcs">
@@ -57,6 +57,6 @@
<g id="lines"/>
</g>
<g class="grid" data-view-elevation="0"/>
<g class="grid"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB