WIP: add multiple counters to troopers and cells

This commit is contained in:
2025-06-16 22:41:33 -07:00
parent afd0ff2f6a
commit edb5af99c7
10 changed files with 276 additions and 70 deletions

View File

@@ -28,11 +28,11 @@
<g id="counter-grenade">
<rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/>
<image href="counter_grenade.png" width="10"/>
<image href="counter_grenade2.svg" width="10"/>
</g>
<g id="counter-prone">
<rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/>
<image href="counter_prone.png" width="10"/>
<image href="counter_prone2.svg" width="10"/>
</g>
<g id="counter-basement">
<rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/>
@@ -63,6 +63,6 @@
</g>
<g class="grid"/>
<g class="pieces"/>
<g class="grid-top"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB