turtlegame/assets/overworld/house-bottom-door.svg

20 lines
649 B
XML
Raw Normal View History

<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-bottom.svg"/>
<!-- path to the door -->
<path d="M8,64 v-8 h48 v8 z" stroke="none" fill="sandybrown"/>
<path d="M8,64 v-8 h48 v8"/>
<!-- the door -->
<path d="M24,48 v-32 h16 v32 z" fill="white"/>
<circle cx="27" cy="32" r="1" stroke="none" fill="black"/>
<!-- the steps -->
<path d="M16,48 H48 V56 H16 z" fill="#aaa"/>
<path d="M20,48 H44 V52 H20 z" fill="#888"/>
</svg>