Add some team color counters

This commit is contained in:
2025-06-16 22:41:33 -07:00
parent 337da46305
commit f48928a3d4
5 changed files with 75 additions and 1 deletions

View File

@@ -26,6 +26,14 @@
<use x="8.66" y="15" transform="rotate(60 8.66 15)" href="#ast-line"/>
</pattern>
<g id="counter-attacker">
<rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/>
<image href="counter_attacker.svg" width="10"/>
</g>
<g id="counter-defender">
<rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/>
<image href="counter_defender.svg" width="10"/>
</g>
<g id="counter-grenade">
<rect x="0" y="0" width="10" height="10" fill="beige" stroke="black" stroke-width="0.5"/>
<image href="counter_grenade2.svg" width="10"/>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB