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/assets/images/map2.svg')
-rw-r--r-- | public/assets/images/map2.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/assets/images/map2.svg b/public/assets/images/map2.svg index 04f0a10..5a44d17 100644 --- a/public/assets/images/map2.svg +++ b/public/assets/images/map2.svg @@ -24,6 +24,13 @@ <image id="counter-prone" href="counter_prone.jpg" width="10"/> <image id="counter-grenade" href="counter_grenade.jpg" width="10"/> + + <g id="tree"> + <circle class="branches" r="6.5" /> + <circle class="trunk" r="2" /> + </g> + + <path id="bush" d="m -4.8419646,1.6815712 c -0.2224,-0.58797 0.0373,-1.22438 -0.11465,-1.82718 -0.13335,-0.57348 -0.0486,-1.19322 0.31662,-1.6677 0.37485,-0.58981 0.9292504,-1.02199 1.5203804,-1.37775 0.37791,-0.29058 0.8322,-0.69438 1.3447,-0.48093 0.52883,0.22124 1.11777002,0.36526 1.69168002,0.27538 0.45164,-0.13122 0.78493,-0.50193 1.10890998,-0.82213 0.23823,-0.4706 0.79876,-0.76529 1.26021,-0.37753 0.75174,0.33698 1.53457,0.94104 1.60186,1.82553 0.009,0.47845 0.33305,0.83858 0.6865,1.11902 0.3949,0.43049 0.5194497,1.08616 0.39622,1.64816 -0.12486,0.51765 -0.59592,0.79391 -1.00538,1.0662 -0.3993,0.35161 -0.92629,0.72761 -0.88679,1.32791 0.0351,0.43819 -0.044,0.93411 -0.4491,1.18369 -0.75886,0.59794 -1.65352998,1.04869 -2.62829997769,1.12983 C -0.59642418,4.8046512 -1.2461242,4.8453312 -1.7811342,4.5051412 c -0.38949,-0.19045 -0.66499,-0.546 -0.75306,-0.96928 -0.19955,-0.51044 -0.67924,-0.93234 -1.24126,-0.95844 -0.4601204,-0.10269 -0.8649404,-0.47575 -1.0665104,-0.89585 z"/> </defs> <rect id="background"/> @@ -37,6 +44,11 @@ </g> <g class="gameboard"> + <g id="terrain"> + <use x="251" y="524" href="#tree"/> + <use style="transform: translate(245px, 514px) rotate(28deg)" href="#bush"/> + <use style="transform: translate(243.5px, 542px) rotate(-145deg)" href="#bush"/> + </g> <g id="firing-arcs"> <g id="shapes"/> <g id="lines"/> |