State machine animation node
This commit is contained in:
parent
c45a8a574a
commit
4f5a7ebaec
30 changed files with 3660 additions and 13 deletions
|
|
@ -775,6 +775,7 @@ AnimationNodeBlendTreeEditor::AnimationNodeBlendTreeEditor() {
|
|||
add_options.push_back(AddOption("Transition", "AnimationNodeTransition"));
|
||||
add_options.push_back(AddOption("BlendTree", "AnimationNodeBlendTree"));
|
||||
add_options.push_back(AddOption("BlendSpace", "AnimationNodeBlendSpace"));
|
||||
add_options.push_back(AddOption("StateMachine", "AnimationNodeStateMachine"));
|
||||
_update_options_menu();
|
||||
|
||||
error_panel = memnew(PanelContainer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue