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-06-13 12:53:37 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-06-13 12:53:37 -0700 |
commit | 8ade1a4a1892237dfa2c24f3049200620512b929 (patch) | |
tree | e48e8f6c8edf21f987aa027c0cf4010e413741da /public | |
parent | 6200e19de180f9c340b3b60147087623c8821637 (diff) |
WIP: map elevation levels work
Diffstat (limited to 'public')
-rw-r--r-- | public/assets/images/save.svg | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/public/assets/images/save.svg b/public/assets/images/save.svg new file mode 100644 index 0000000..182ee72 --- /dev/null +++ b/public/assets/images/save.svg @@ -0,0 +1,34 @@ +<svg viewBox="-8.65999984741211 -35 580.2199096679688 835" xmlns="http://www.w3.org/2000/svg"> + <style> + #background { + stroke: #304b75; + fill: #bacae3; + } + </style> + <defs> + <polygon id="hex" points="0,10 8.66,5 8.66,-5 0,-10 -8.66,-5 -8.66,5"/> + + <line id="ast-line" stroke="black" stroke-width="0.3" x1="-1.2" y1="0" x2="1.2" y2="0"/> + + <pattern id="asterisk" viewBox="-8.66 -15 17.32 30" width="17.32" height="30" patternUnits="userSpaceOnUse"> + <use y="-15" href="#ast-line"/> + <use y="-15" transform="rotate(60, 0, -15)" href="#ast-line"/> + <use y="-15" transform="rotate(-60, 0, -15)" href="#ast-line"/> + <use y="15" href="#ast-line"/> + <use y="15" transform="rotate(60, 0, 15)" href="#ast-line"/> + <use y="15" transform="rotate(-60, 0, 15)" href="#ast-line"/> + + <use x="8.66" href="#ast-line"/> + <use x="8.66" transform="rotate(60, 8.66, 0)" href="#ast-line"/> + <use x="8.66" transform="rotate(-60, 8.66, 0)" href="#ast-line"/> + <use x="-8.66" href="#ast-line"/> + <use x="-8.66" transform="rotate(60, -8.66, 0)" href="#ast-line"/> + <use x="-8.66" transform="rotate(-60, -8.66, 0)" href="#ast-line"/> + </pattern> + </defs> + + <g class="gameboard"> + <rect id="background" x="-8.65999984741211" y="-10" width="580.2199096679688" height="790"/> + <rect id="dots" fill="url(#asterisk)" x="-8.65999984741211" y="-10" width="580.2199096679688" height="790"/> + </g> +</svg> |