Edit some counters

This commit is contained in:
2025-06-16 22:41:33 -07:00
parent 6f292102e4
commit afd0ff2f6a
13 changed files with 39 additions and 11 deletions

View File

@@ -26,12 +26,30 @@
<use x="8.66" y="15" transform="rotate(60 8.66 15)" href="#ast-line"/>
</pattern>
<image id="counter-grenade" href="counter_grenade.png" width="10"/>
<image id="counter-prone" href="counter_prone.png" width="10"/>
<image id="counter-basement" href="counter_basement.png" width="10"/>
<image id="counter-1st-floor" href="counter_1st_floor.png" width="10"/>
<image id="counter-2nd-floor" href="counter_2nd_floor.png" width="10"/>
<image id="counter-3rd-floor" href="counter_3rd_floor.png" width="10"/>
<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"/>
</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"/>
</g>
<g id="counter-basement">
<rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/>
<image href="counter_basement.png" width="10"/>
</g>
<g id="counter-1st-floor">
<rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/>
<image href="counter_1st_floor.png" width="10"/>
</g>
<g id="counter-2nd-floor">
<rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/>
<image href="counter_2nd_floor.png" width="10"/>
</g>
<g id="counter-3rd-floor">
<rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/>
<image href="counter_3rd_floor.png" width="10"/>
</g>
</defs>
<g class="gameboard" data-view-elevation="0">

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB