Overworld Assets #2
5 changed files with 58 additions and 0 deletions
9
assets/overworld/house-roof-left.svg
Normal file
9
assets/overworld/house-roof-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="house-roof-right.svg"
|
||||
transform="translate(32,0) scale(-1,1) translate(-32,0)"/>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 350 B |
9
assets/overworld/house-roof-mid-left.svg
Normal file
9
assets/overworld/house-roof-mid-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="house-roof-mid-right.svg"
|
||||
transform="translate(32,0) scale(-1,1) translate(-32,0)"/>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 354 B |
12
assets/overworld/house-roof-mid-right.svg
Normal file
12
assets/overworld/house-roof-mid-right.svg
Normal file
|
@ -0,0 +1,12 @@
|
|||
<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 house -->
|
||||
<path d="M0,0 L64,64 H0 z" stroke="none" fill="darkred"/>
|
||||
|
||||
<!-- roof -->
|
||||
<path d="M0,0 L64,64"/>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 361 B |
16
assets/overworld/house-roof-right.svg
Normal file
16
assets/overworld/house-roof-right.svg
Normal file
|
@ -0,0 +1,16 @@
|
|||
<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 house -->
|
||||
<path d="M0,0 L48,48 V64 H0 z" stroke="none" fill="darkred"/>
|
||||
|
||||
<!-- roof path -->
|
||||
<path d="M56,56 L0,0"/>
|
||||
<!-- wall path -->
|
||||
<path d="M48,64 V48"/>
|
||||
<!-- roof support -->
|
||||
<path d="M48,48 l5,5 l-5,2.5 z" fill="black"/>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 485 B |
12
assets/overworld/house-roof-top.svg
Normal file
12
assets/overworld/house-roof-top.svg
Normal file
|
@ -0,0 +1,12 @@
|
|||
<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 house -->
|
||||
<path d="M0,64 L32,32 L64,64 z" stroke="none" fill="darkred"/>
|
||||
|
||||
<!-- roof -->
|
||||
<path d="M0,64 L32,32 L64,64"/>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 374 B |
Loading…
Reference in a new issue