add all house assets besides roof
This commit is contained in:
parent
a5ddd70e78
commit
ae4d41cc36
4 changed files with 28 additions and 7 deletions
|
@ -3,10 +3,7 @@
|
|||
|
||||
<image x="0" y="0" width="64" height="64" href="grass.svg"/>
|
||||
|
||||
<!-- fill the inner part of the house -->
|
||||
<path d="M0,56 H48 V0 H0 z" stroke="none" fill="darkred"/>
|
||||
|
||||
<!-- border -->
|
||||
<path d="M0,56 H48 V0"/>
|
||||
<image x="0" y="0" width="64" height="64" href="house-bottom-right.svg"
|
||||
transform="translate(32,0) scale(-1,1) translate(-32,0)"/>
|
||||
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 352 B |
|
@ -3,7 +3,10 @@
|
|||
|
||||
<image x="0" y="0" width="64" height="64" href="grass.svg"/>
|
||||
|
||||
<image x="0" y="0" width="64" height="64" href="house-bottom-left.svg"
|
||||
transform="translate(32,0) scale(-1,1) translate(-32,0)"/>
|
||||
<!-- fill the inner part of the house -->
|
||||
<path d="M0,56 H48 V0 H0 z" stroke="none" fill="darkred"/>
|
||||
|
||||
<!-- border -->
|
||||
<path d="M0,56 H48 V0"/>
|
||||
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 351 B After Width: | Height: | Size: 365 B |
9
assets/overworld/house-mid-left.svg
Normal file
9
assets/overworld/house-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-mid-right.svg"
|
||||
transform="translate(32,0) scale(-1,1) translate(-32,0)"/>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 349 B |
12
assets/overworld/house-mid-right.svg
Normal file
12
assets/overworld/house-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,64 H48 V0 H0 z" stroke="none" fill="darkred"/>
|
||||
|
||||
<!-- border -->
|
||||
<path d="M48,64 V0"/>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 362 B |
Loading…
Reference in a new issue