index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/assets/images/mapsheets.svg | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/public/assets/images/mapsheets.svg b/public/assets/images/mapsheets.svg index 874a851..96d6152 100644 --- a/public/assets/images/mapsheets.svg +++ b/public/assets/images/mapsheets.svg @@ -384,12 +384,6 @@ <rect id="couch" x="-4.25" y="-8" width="8.5" height="16"/> <rect id="bed" x="-5" y="-9" width="10" height="18"/> <rect id="cabinet" x="-2.5" y="-4.75" width="5" height="9.5"/> - <path id="stairs" d=" - M -6.375 -13.6 h 12.75 v 3 h -12.75 z - m 0 3.5 h 12.75 v 3 h -12.75 z - m 0 3.5 h 12.75 v 3 h -12.75 z - m 0 3.5 h 12.75 v 3 h -12.75 z - "/> <g id="tree"> <mask id="trunk-outline"> @@ -499,7 +493,7 @@ <use style="transform: translate(26px, -35.5px) rotate(90deg)" href="#cabinet"/> <use style="transform: translate(-25.25px, 38.25px) rotate(90deg)" href="#cabinet"/> <use style="transform: translate(13.25px, -19px) rotate(90deg)" href="#desk"/> - <path id="stairs" style="transform: translate(-23.75px, -19.25px)" d=" + <path class="stairs" style="transform: translate(-23.75px, -19.25px)" d=" M -7 -16.3 h 14 v 2.3 h -14 z m 0 2.75 h 14 v 2.3 h -14 z m 0 2.75 h 14 v 2.3 h -14 z @@ -606,7 +600,12 @@ <use style="transform: translate(30.25px, 25.5px)" href="#cabinet"/> <use style="transform: translate(38.5px, -17.5px)" href="#cabinet"/> <use style="transform: translate(49.75px, 13.75px) rotate(90deg)" href="#cabinet"/> - <use style="transform: translate(65px, -5.5px)" href="#stairs"/> + <path class="stairs" style="transform: translate(65px, -5.5px)" d=" + M -6.375 -13.6 h 12.75 v 3 h -12.75 z + m 0 3.5 h 12.75 v 3 h -12.75 z + m 0 3.5 h 12.75 v 3 h -12.75 z + m 0 3.5 h 12.75 v 3 h -12.75 z + "/> </g> <text class="elevation" style="font-family: sans-serif; font-weight: bold; font-size: 6pt; text-anchor: middle; user-select: none; pointer-events: none;" x="71" y="29">3</text> </g> @@ -699,7 +698,7 @@ <use style="transform: translate(-11px, 48px) rotate(180deg)" href="#desk"/> <use style="transform: translate(25px, 48px) rotate(180deg)" href="#desk"/> - <path id="stairs" style="transform: translate(8px, -16px)" d=" + <path class="stairs" style="transform: translate(8px, -16px)" d=" M -7 -16.3 h 14 v 2.3 h -14 z m 0 2.75 h 14 v 2.3 h -14 z m 0 2.75 h 14 v 2.3 h -14 z @@ -756,7 +755,12 @@ <use style="transform: translate(29px, 26px)" href="#cabinet"/> <use style="transform: translate(37.5px, -17.25px)" href="#cabinet"/> <use style="transform: translate(48.5px, 14px) rotate(90deg)" href="#cabinet"/> - <use style="transform: translate(65px, -5.5px)" href="#stairs"/> + <path class="stairs" style="transform: translate(65px, -5.5px)" d=" + M -6.375 -13.6 h 12.75 v 3 h -12.75 z + m 0 3.5 h 12.75 v 3 h -12.75 z + m 0 3.5 h 12.75 v 3 h -12.75 z + m 0 3.5 h 12.75 v 3 h -12.75 z + "/> </g> <text class="elevation" style="font-family: sans-serif; font-weight: bold; font-size: 6pt; text-anchor: middle; user-select: none; pointer-events: none;" x="70" y="30">2</text> </g> |