WIP: add fallen mech and vehicle templates
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
<use href="#direction-arrow" fill="black" transform="rotate(-60)"/>
|
||||
</mask>
|
||||
<g id="mech-template-lower" class="lower-body" transform="rotate(0)">
|
||||
<g class="feet" style="fill: black; fill-opacity: 0.5;">
|
||||
<g class="feet" style="fill: #706680; fill-opacity: 1;">
|
||||
<rect id="foot" class="left" x="-16.25" y="5.75" width="34.5" height="12.25" mask="url(#foot-mask)"/>
|
||||
<rect class="right" x="-16.25" y="5.75" width="34.5" height="12.25" mask="url(#foot-mask)" transform="scale(1 -1)"/>
|
||||
</g>
|
||||
@@ -127,4 +127,16 @@
|
||||
<line x1="-31" y1="0" x2="-26" y2="0"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
<g id="standing-mech-template">
|
||||
<image href="counter-sheet-mech-template.png" opacity="0.5" width="74.5" height="74.5" transform="translate(-37.25 -37.25)"/>
|
||||
</g>
|
||||
|
||||
<g id="fallen-mech-template">
|
||||
<image href="counter-sheet-fallen-mech-template.png" opacity="0.5" width="66" height="26.5" transform="translate(-25 -13.25)"/>
|
||||
</g>
|
||||
|
||||
<g id="vehicle-template">
|
||||
<image href="counter-sheet-vehicle-template.png" opacity="0.5" width="74.5" height="57.5" transform="translate(-37.25 -28.75)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user