diff options
author | Silc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com> | 2023-07-21 00:34:06 +0900 |
---|---|---|
committer | Silc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com> | 2023-09-29 08:23:57 +0900 |
commit | 1b95827d3ef244de322b0c16deb49fefe48ed1a1 (patch) | |
tree | db06582520fc1e0978ac0e0908b44cd6b4b9baa6 /editor/icons | |
parent | 545d1c0adbf340310e1531710eb31bd5267704d5 (diff) | |
download | redot-engine-1b95827d3ef244de322b0c16deb49fefe48ed1a1.tar.gz |
Implement AnimationManager the base class of AnimationPlayer/Tree
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/AnimationMixer.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/AnimationMixer.svg b/editor/icons/AnimationMixer.svg new file mode 100644 index 0000000000..61f5bf6474 --- /dev/null +++ b/editor/icons/AnimationMixer.svg @@ -0,0 +1 @@ +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M1 1v14h1v-2h2v2h8v-2h2v2h1V1h-1v2h-2V1H4v2H2V1zm1 4h2v2H2zm10 0h2v2h-2zM2 9h2v2H2zm10 0h2v2h-2z" fill="#919191"/></svg> |