path assets
7
assets/overworld/grass.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg version="1.1" width="512" height="512" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"
|
||||
stroke="none">
|
||||
|
||||
<!-- fill the entire image green -->
|
||||
<rect x="0" y="0" width="64" height="64" fill="forestgreen"/>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 227 B |
9
assets/overworld/path-bottom-left.svg
Normal file
|
@ -0,0 +1,9 @@
|
|||
<svg version="1.1" width="512" height="512" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"
|
||||
stroke="black" stroke-width="1" fill="none">
|
||||
|
||||
<image x="0" y="0" width="64" height="64" href="grass.svg"/>
|
||||
|
||||
<image x="0" y="0" width="64" height="64" href="path-top-right.svg"
|
||||
transform="translate(32,32) rotate(90) scale(1,-1) translate(-32,-32)"/>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 362 B |
9
assets/overworld/path-bottom-right.svg
Normal file
|
@ -0,0 +1,9 @@
|
|||
<svg version="1.1" width="512" height="512" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"
|
||||
stroke="black" stroke-width="1" fill="none">
|
||||
|
||||
<image x="0" y="0" width="64" height="64" href="grass.svg"/>
|
||||
|
||||
<image x="0" y="0" width="64" height="64" href="path-top-right.svg"
|
||||
transform="translate(32,32) rotate(90) translate(-32,-32)"/>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 350 B |
9
assets/overworld/path-horiz.svg
Normal file
|
@ -0,0 +1,9 @@
|
|||
<svg version="1.1" width="512" height="512" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"
|
||||
stroke="black" stroke-width="1" fill="none">
|
||||
|
||||
<image x="0" y="0" width="64" height="64" href="grass.svg"/>
|
||||
|
||||
<image x="0" y="0" width="64" height="64" href="path-vert.svg"
|
||||
transform="translate(32,32) rotate(90) translate(-32,-32)"/>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 345 B |
9
assets/overworld/path-top-left.svg
Normal file
|
@ -0,0 +1,9 @@
|
|||
<svg version="1.1" width="512" height="512" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"
|
||||
stroke="black" stroke-width="1" fill="none">
|
||||
|
||||
<image x="0" y="0" width="64" height="64" href="grass.svg"/>
|
||||
|
||||
<image x="0" y="0" width="64" height="64" href="path-top-right.svg"
|
||||
transform="translate(32,0) scale(-1,1) translate(-32,0)"/>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 348 B |
14
assets/overworld/path-top-right.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<svg version="1.1" width="512" height="512" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"
|
||||
stroke="black" stroke-width="1" fill="none">
|
||||
|
||||
<image x="0" y="0" width="64" height="64" href="grass.svg"/>
|
||||
|
||||
<!-- fill the inner part of the path sandy'ish -->
|
||||
<path d="M8,0 v56 h56 V8 h-8 V0 z" stroke="none" fill="sandybrown"/>
|
||||
|
||||
<!-- left/bottom border -->
|
||||
<path d="M8,0 v56 h56"/>
|
||||
<!-- right border -->
|
||||
<path d="M56,0 v8 h8"/>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 444 B |
14
assets/overworld/path-vert.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<svg version="1.1" width="512" height="512" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"
|
||||
stroke="black" stroke-width="1" fill="none">
|
||||
|
||||
<image x="0" y="0" width="64" height="64" href="grass.svg"/>
|
||||
|
||||
<!-- fill the inner part of the path sandy'ish -->
|
||||
<rect x="8" y="0" width="48" height="64" stroke="none" fill="sandybrown"/>
|
||||
|
||||
<!-- left border -->
|
||||
<path d="M8,0 V64"/>
|
||||
<!-- right border -->
|
||||
<path d="M56,0 V64"/>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 437 B |