summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-12 13:33:27 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-12 13:33:27 +0100
commit7b1525236a8898078272e00a1a72aea6a3d329e7 (patch)
treed2dd01a76583aae4c83332db5bf164905bf64fe0 /editor/animation_track_editor.h
parent986c8af29df7588a07c7696a945ebcb40ac597bd (diff)
parent3517ab562758333a6c92f42803235d4b7753d93a (diff)
downloadredot-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.h1
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;