Overworld Assets #2

Merged
msrd0 merged 5 commits from assets into main 2024-07-06 11:52:10 +00:00
5 changed files with 61 additions and 0 deletions
Showing only changes of commit 5edfe68606 - Show all commits

View 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-left-right.svg"
transform="translate(0,32) scale(1,-1) translate(0,-32)"/>
</svg>

After

Width:  |  Height:  |  Size: 353 B

View file

@ -0,0 +1,18 @@
<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="M0,8 h8 v-8 h48 v8 h8 v48 h-8 v8 H8 v-8 H0 z" stroke="none" fill="sandybrown"/>
<!-- left/top border -->
<path d="M0,8 h8 v-8"/>
<!-- right/top border -->
<path d="M56,0 v8 h8"/>
<!-- left/bottom corner -->
<path d="M0,56 h8 v8"/>
<!-- right/bottom corner -->
<path d="M56,64 v-8 h8"/>
</svg>

After

Width:  |  Height:  |  Size: 575 B

View 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-left-right.svg"
transform="translate(32,32) rotate(-90) translate(-32,-32)"/>
</svg>

After

Width:  |  Height:  |  Size: 356 B

View 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 path sandy'ish -->
<path d="M0,8 h8 v-8 h48 v8 h8 v48 H0 z" stroke="none" fill="sandybrown"/>
<!-- left border -->
<path d="M0,8 h8 v-8"/>
<!-- right border -->
<path d="M56,0 v8 h8"/>
<!-- bottom corner -->
<path d="M0,56 h64"/>
</svg>

After

Width:  |  Height:  |  Size: 489 B

View 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-left-right.svg"
transform="translate(32,32) rotate(90) translate(-32,-32)"/>
</svg>

After

Width:  |  Height:  |  Size: 355 B