index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-17 22:04:09 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-17 22:04:09 -0700 |
commit | f7606768b4390bd7dcc43cbeff93aecd24b37105 (patch) | |
tree | fca247ffa4bc75446f8b83ad1470410c370c682a /public/assets/images/map2.svg | |
parent | a6f3e2f0e04b563815db79f4d1c4f1d3ce81f423 (diff) |
Tree grove and map 4 building
Diffstat (limited to 'public/assets/images/map2.svg')
-rw-r--r-- | public/assets/images/map2.svg | 45 |
1 files changed, 43 insertions, 2 deletions
diff --git a/public/assets/images/map2.svg b/public/assets/images/map2.svg index 5a44d17..f1a56a6 100644 --- a/public/assets/images/map2.svg +++ b/public/assets/images/map2.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="no"?> <svg viewBox="-150 -150 600 800" xmlns="http://www.w3.org/2000/svg"> - <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="../css/map.css" type="text/css"/> + <link xmlns="http://www.w3.org/1999/xhtml" rel="stylesheet" href="http://localhost:8080/assets/css/map.css" type="text/css" /> <style> #image-maps image { transform: none; @@ -46,8 +46,49 @@ <g class="gameboard"> <g id="terrain"> <use x="251" y="524" href="#tree"/> + <use x="237.75" y="531.25" href="#tree"/> + <use x="268.5" y="523.75" href="#tree"/> + <use x="290" y="516" href="#tree"/> + <use x="302.75" y="523.75" href="#tree"/> + <use x="277.25" y="538.75" href="#tree"/> + <use x="298.5" y="546.25" href="#tree"/> + <use x="320.25" y="554" href="#tree"/> + <use x="246.75" y="561" href="#tree"/> + <use x="273" y="561.25" href="#tree"/> + <use x="255.25" y="575.75" href="#tree"/> + <use x="289.75" y="576.25" href="#tree"/> + <use x="237.75" y="590.25" href="#tree"/> + <use x="272.5" y="590.75" href="#tree"/> + <use x="307" y="590.75" href="#tree"/> + <use x="272.75" y="606" href="#tree"/> + <use x="298.5" y="605.5" href="#tree"/> + <use x="238.5" y="621.5" href="#tree"/> + <use x="264.25" y="621" href="#tree"/> + <use x="315.5" y="620.75" href="#tree"/> + <use style="transform: translate(245px, 514px) rotate(28deg)" href="#bush"/> <use style="transform: translate(243.5px, 542px) rotate(-145deg)" href="#bush"/> + <use style="transform: translate(278px, 513px) rotate(110deg)" href="#bush"/> + <use style="transform: translate(308.5px, 513.5px) rotate(-140deg)" href="#bush"/> + <use style="transform: translate(317.5px, 520.75px) rotate(110deg)" href="#bush"/> + <use style="transform: translate(324.5px, 531px) rotate(-150deg)" href="#bush"/> + <use style="transform: translate(311.5px, 543.5px) rotate(100deg)" href="#bush"/> + <use style="transform: translate(240.5px, 571.5px) rotate(-110deg)" href="#bush"/> + <use style="transform: translate(260.25px, 561px) rotate(165deg)" href="#bush"/> + <use style="transform: translate(312.5px, 562.75px) rotate(-175deg)" href="#bush"/> + <use style="transform: translate(325px, 574.5px) rotate(110deg)" href="#bush"/> + <use style="transform: translate(268.25px, 578.5px) rotate(-130deg)" href="#bush"/> + <use style="transform: translate(277.25px, 572.75px) rotate(-70deg)" href="#bush"/> + <use style="transform: translate(308.75px, 573.5px) rotate(-80deg)" href="#bush"/> + <use style="transform: translate(318.5px, 587px) rotate(120deg)" href="#bush"/> + <use style="transform: translate(234px, 605.25px) rotate(170deg)" href="#bush"/> + <use style="transform: translate(244.25px, 600.5px) rotate(145deg)" href="#bush"/> + <use style="transform: translate(255px, 605.5px) rotate(-170deg)" href="#bush"/> + <use style="transform: translate(259.5px, 592.75px) rotate(100deg)" href="#bush"/> + <use style="transform: translate(285px, 615px) rotate(0deg)" href="#bush"/> + <use style="transform: translate(295.5px, 629.25px) rotate(0deg)" href="#bush"/> + <use style="transform: translate(303px, 620px) rotate(0deg)" href="#bush"/> + <use style="transform: translate(311.5px, 605px) rotate(-70deg)" href="#bush"/> </g> <g id="firing-arcs"> <g id="shapes"/> @@ -103,5 +144,5 @@ </g> <g class="grid"/> </g> - <script data-cols="33" data-rows="77"></script> + <script data-cols="33" data-rows="77" href="http://localhost:8080/map.js"/> </svg> |