diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-12 13:33:27 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-12 13:33:27 +0100 |
commit | 7b1525236a8898078272e00a1a72aea6a3d329e7 (patch) | |
tree | d2dd01a76583aae4c83332db5bf164905bf64fe0 /editor/animation_track_editor.h | |
parent | 986c8af29df7588a07c7696a945ebcb40ac597bd (diff) | |
parent | 3517ab562758333a6c92f42803235d4b7753d93a (diff) | |
download | redot-engine-7b1525236a8898078272e00a1a72aea6a3d329e7.tar.gz |
Merge pull request #85367 from KoBeWi/elephant_in_the_editor
Fix custom type icon sizes in animation tracks
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r-- | editor/animation_track_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h index b5242e2f67..6df54d864f 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -351,6 +351,7 @@ class AnimationBezierTrackEdit; class AnimationTrackEditGroup : public Control { GDCLASS(AnimationTrackEditGroup, Control); Ref<Texture2D> icon; + Vector2 icon_size; String node_name; NodePath node; Node *root = nullptr; |