turtlegame/assets/overworld/grass.svg
Dominic c304338439
All checks were successful
Rust / rustfmt (pull_request) Successful in 24s
Rust / clippy (pull_request) Successful in 1m13s
Rust / build (pull_request) Successful in 2m52s
path assets
2024-07-06 11:03:27 +02:00

7 lines
227 B
XML

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