diff options
author | markdibarry <markdibarry@protonmail.com> | 2024-01-17 12:09:52 -0500 |
---|---|---|
committer | markdibarry <markdibarry@protonmail.com> | 2024-03-03 15:46:40 -0500 |
commit | a62870956aa65461ac157ceb5869f82ee5fd5f36 (patch) | |
tree | 82d5c1f5fcdecb831a8feb78ee606521440520d4 /editor/icons | |
parent | f2045ba822bff7d34964901393581a3117c394a9 (diff) | |
download | redot-engine-a62870956aa65461ac157ceb5869f82ee5fd5f36.tar.gz |
Add new Parallax2D node
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/Parallax2D.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/Parallax2D.svg b/editor/icons/Parallax2D.svg new file mode 100644 index 0000000000..8d41102a86 --- /dev/null +++ b/editor/icons/Parallax2D.svg @@ -0,0 +1 @@ +<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><path d="m3 1a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-10a2 2 0 00-2-2zm10 2v10h-10v-10zM7 5v6l-3-3zm2 0v6l3-3z" fill="#8da5f3"/></svg>
\ No newline at end of file |