diff options
author | chocola-mint <56677134+chocola-mint@users.noreply.github.com> | 2024-08-31 15:57:34 +0900 |
---|---|---|
committer | chocola-mint <56677134+chocola-mint@users.noreply.github.com> | 2024-09-29 17:27:36 +0900 |
commit | ed13a840fa26f813299b8af1cbfb941c8eb95de6 (patch) | |
tree | eb3c6afd4d09f52c611b6e45a0392ad20c03d948 /editor/icons | |
parent | 76a135926aef1f02f27e4e09093787f2c670956d (diff) | |
download | redot-engine-ed13a840fa26f813299b8af1cbfb941c8eb95de6.tar.gz |
Add markers to animation
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/Marker.svg | 1 | ||||
-rw-r--r-- | editor/icons/MarkerSelected.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/editor/icons/Marker.svg b/editor/icons/Marker.svg new file mode 100644 index 0000000000..ff91a4a947 --- /dev/null +++ b/editor/icons/Marker.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="-959.5 540.5 10 10"><path fill="#e0e0e0" d="m-954.5 550-3-3v-6h6v6z"/></svg>
\ No newline at end of file diff --git a/editor/icons/MarkerSelected.svg b/editor/icons/MarkerSelected.svg new file mode 100644 index 0000000000..c581a3a651 --- /dev/null +++ b/editor/icons/MarkerSelected.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="-959.5 540.5 10 10"><path fill="#5fb2ff" d="m-952 541.5v5.086l-2.5 2.5-2.5-2.5v-5.086zm1-1h-7v6.5l3.5 3.5 3.5-3.5z"/><path fill="#003e7a" d="m-957 546.586 2.5 2.5 2.5-2.5v-5.086h-5z"/></svg>
\ No newline at end of file |