diff options
author | Kasper Arnklit Frandsen <kasper.arnklit@gmail.com> | 2024-08-16 14:11:32 +0100 |
---|---|---|
committer | Kasper Arnklit Frandsen <kasper.arnklit@gmail.com> | 2024-09-02 15:57:50 +0200 |
commit | 88a866fb5a5864b84489e4e2a216f5be75b786de (patch) | |
tree | 3ba0414304c7711bad83af91ab775cda38993781 /editor/icons | |
parent | 88197d4a513a7873cb7cf85138a42a04fb1c9011 (diff) | |
download | redot-engine-88a866fb5a5864b84489e4e2a216f5be75b786de.tar.gz |
Add separate timeline snapping control to Animation Editor
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/SnapKeys.svg | 1 | ||||
-rw-r--r-- | editor/icons/SnapTimeline.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/editor/icons/SnapKeys.svg b/editor/icons/SnapKeys.svg new file mode 100644 index 0000000000..813781b801 --- /dev/null +++ b/editor/icons/SnapKeys.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#e0e0e0" d="m 7,13 v 2 h 2 v -2 z m 6,0 v 2 h 2 v -2 z"/><path fill="#fff" fill-opacity=".686" d="m 7,13 h 2 v -2 a 2,2 0 0 1 4,0 v 2 h 2 v -2 a 4,4 0 0 0 -8,0 z"/><path fill="#fff" d="M 5,1 1,5 5,9 9,5 Z"/></svg>
\ No newline at end of file diff --git a/editor/icons/SnapTimeline.svg b/editor/icons/SnapTimeline.svg new file mode 100644 index 0000000000..b558545f5a --- /dev/null +++ b/editor/icons/SnapTimeline.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#e0e0e0" d="m 7,13 v 2 h 2 v -2 z m 6,0 v 2 h 2 v -2 z"/><path fill="#fff" fill-opacity=".686" d="m 7,13 h 2 v -2 a 2,2 0 0 1 4,0 v 2 h 2 v -2 a 4,4 0 0 0 -8,0 z"/><path fill="#fff" d="m 1,2 3,3 v 9 H 6 V 5 L 9,2 Z"/></svg>
\ No newline at end of file |