diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2020-12-20 16:35:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-20 16:35:53 +0100 |
commit | bc2ac0bbd685a01569ba6dde4c68adc1ccf37bb8 (patch) | |
tree | 09fe174ea963c2745f8b268454acb5a39dab7de9 /editor/plugins/animation_player_editor_plugin.h | |
parent | e9d12f9e4ea30a6c3f2cf179f104a153d668c2a3 (diff) | |
parent | b7367ac426659e02facc7c828e57aa687cce957c (diff) |
Merge pull request #43115 from RandomShaper/reset_track
Add animation reset track feature
Diffstat (limited to 'editor/plugins/animation_player_editor_plugin.h')
-rw-r--r-- | editor/plugins/animation_player_editor_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/animation_player_editor_plugin.h b/editor/plugins/animation_player_editor_plugin.h index 17e554ee0d..ab3feb115f 100644 --- a/editor/plugins/animation_player_editor_plugin.h +++ b/editor/plugins/animation_player_editor_plugin.h @@ -105,6 +105,8 @@ class AnimationPlayerEditor : public VBoxContainer { Label *name_title; UndoRedo *undo_redo; Ref<Texture2D> autoplay_icon; + Ref<Texture2D> reset_icon; + Ref<ImageTexture> autoplay_reset_icon; bool last_active; float timeline_position; |