Overworld Assets #2

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

View 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

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

After

Width:  |  Height:  |  Size: 362 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-right.svg"
transform="translate(32,32) rotate(90) translate(-32,-32)"/>
</svg>

After

Width:  |  Height:  |  Size: 350 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-vert.svg"
transform="translate(32,32) rotate(90) translate(-32,-32)"/>
</svg>

After

Width:  |  Height:  |  Size: 345 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-right.svg"
transform="translate(32,0) scale(-1,1) translate(-32,0)"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View 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

View 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