diff options
author | kobewi <kobewi4e@gmail.com> | 2023-11-25 23:41:25 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2023-11-25 23:41:25 +0100 |
commit | 3517ab562758333a6c92f42803235d4b7753d93a (patch) | |
tree | 2f23fb39e8d7976d241944185592c16344182de9 /editor/animation_track_editor.h | |
parent | 1ba920fada9efc8c4476ded50fe673b8db541366 (diff) | |
download | redot-engine-3517ab562758333a6c92f42803235d4b7753d93a.tar.gz |
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 eb2cb2a4e4..8764d06370 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -339,6 +339,7 @@ class AnimationBezierTrackEdit; class AnimationTrackEditGroup : public Control { GDCLASS(AnimationTrackEditGroup, Control); Ref<Texture2D> icon; + Vector2 icon_size; String node_name; NodePath node; Node *root = nullptr; |