WIP: add multiple counters to troopers and cells

This commit is contained in:
2024-07-25 12:25:44 -07:00
parent 37b05156c6
commit f1d67663da
10 changed files with 276 additions and 70 deletions

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="71"
height="71"
viewBox="0 0 71 71"
version="1.1"
id="svg1"
xml:space="preserve"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><defs
id="defs1" /><g
id="layer1"><circle
style="fill:#000000;stroke:none;stroke-width:0.32991;stroke-dasharray:none;stroke-dashoffset:0"
id="path2"
cx="29.117487"
cy="32.638958"
r="3.7584312" /><path
style="color:#000000;fill:#000000;-inkscape-stroke:none"
d="m 31.271484,34.935547 -6.664062,4.232422 -5.97461,-3.947266 -2.089843,4.261719 8.039062,4.958984 7.128906,-4.455078 7.513672,2.103516 1.279297,-4.570313 z"
id="path7" /><path
style="color:#000000;fill:#000000;-inkscape-stroke:none"
d="m 37.242187,37.804687 0.521485,7.400391 1.986328,1.75 h 13.289062 v -4 H 42.800781 l -0.314453,-1.150391 h 8.075195 8.075196 v -4 H 47.939453 Z"
id="path3" /><path
style="color:#000000;fill:#000000;-inkscape-stroke:none"
d="M 12.447266,34.826172 V 37.96875 H 29.117187 V 34.826172 Z"
id="path5" /><path
style="color:#000000;fill:#000000;-inkscape-stroke:none"
d="m 31.765625,36.871094 -2.080078,3.416015 8.078125,4.917969 2.082031,-3.416016 z"
id="path8" /></g></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 43 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 43 KiB

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