turtlegame/assets/overworld/path-top-left-bottom.svg
Dominic 5edfe68606
All checks were successful
Rust / rustfmt (pull_request) Successful in 20s
Rust / clippy (pull_request) Successful in 36s
Rust / build (pull_request) Successful in 2m3s
more path assets
2024-07-06 11:34:18 +02:00

9 lines
356 B
XML

<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>