diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-11 14:18:24 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-11 14:18:24 -0600 |
commit | 93815e7e9767058ec5bf54c2bae442bbfcfc074e (patch) | |
tree | cc0e8484c1623678797fb58007fdc6005deb697b /editor/icons | |
parent | e5b77b184f3547289256d40f04b8bc6a7efdc055 (diff) | |
parent | 64d04c375c7a0ec73774d2b977eb30b064a38051 (diff) | |
download | redot-engine-93815e7e9767058ec5bf54c2bae442bbfcfc074e.tar.gz |
Merge pull request #99013 from TokageItLab/fps-compat-toggle
Add FPS compatible option in second mode of the animation editor snapping
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/FPS.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/FPS.svg b/editor/icons/FPS.svg new file mode 100644 index 0000000000..5ee818c308 --- /dev/null +++ b/editor/icons/FPS.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#e0e0e0" d="M7.25 4h-2v8h2v-2c1.656 0 3-1.344 3-3 0-1.657-1.344-3-3-3zm0 4v-2c.553 0 1 .448 1 1s-.447 1-1 1zM.25 7v5h2v-2h2v-2h-2v-1c0-.553.447-1 1-1h1v-2h-1c-1.656 0-3 1.344-3 3zM13.25 7c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h2v-2h-2c-1.381 0-2.5 1.119-2.5 2.5s1.119 2.5 2.5 2.5c.276 0 .5.224.5.5s-.224.5-.5.5h-2v2h2c1.381 0 2.5-1.119 2.5-2.5s-1.119-2.5-2.5-2.5z"/></svg>
\ No newline at end of file |