mirror of
https://github.com/godotengine/godot.git
synced 2025-11-03 15:11:19 +00:00
Add animation reset track feature
As a bonus, to have consistency between use Beziers and create insert tracks, use Beziers also gets a default via editor settings that is used when the confirmation dialog is disabled, instead of just falling back to creating non-Bezier tracks.
This commit is contained in:
parent
1f52782bbb
commit
b7367ac426
12 changed files with 300 additions and 81 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue