From 8884b8f51963553dd1ecc0bc4accf64deb4f645f Mon Sep 17 00:00:00 2001 From: Christian Dannie Storgaard Date: Fri, 20 May 2016 13:13:32 +0300 Subject: Added toggle for loop interpolation based on adolson's code --- tools/editor/animation_editor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/editor/animation_editor.h') diff --git a/tools/editor/animation_editor.h b/tools/editor/animation_editor.h index 413c73b4b9..c8de1d87c1 100644 --- a/tools/editor/animation_editor.h +++ b/tools/editor/animation_editor.h @@ -173,6 +173,7 @@ class AnimationKeyEditor : public VBoxContainer { //MenuButton *menu; SpinBox *length; Button *loop; + Button *loop_interpolation; bool keying; ToolButton *edit_button; ToolButton *move_up_button; @@ -238,6 +239,7 @@ class AnimationKeyEditor : public VBoxContainer { void _animation_len_changed(float p_len); void _animation_loop_changed(); + void _animation_loop_interpolation_changed(); void _step_changed(float p_len); struct InsertData { -- cgit v1.2.3