WIP: map elevation levels work
This commit is contained in:
parent
f534a22c2e
commit
f1de65bedc
34
public/assets/images/save.svg
Normal file
34
public/assets/images/save.svg
Normal file
@ -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>
|
After Width: | Height: | Size: 1.4 KiB |
Loading…
x
Reference in New Issue
Block a user