You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Show play position of sub state machine
Sub state machine now show the play position of the current state playing.
This commit is contained in:
@@ -160,6 +160,7 @@ class AnimationNodeStateMachineEditor : public AnimationTreeNodeEditorPlugin {
|
||||
StringName last_current_node;
|
||||
Vector<StringName> last_travel_path;
|
||||
float last_play_pos;
|
||||
float play_pos;
|
||||
|
||||
float error_time;
|
||||
String error_text;
|
||||
|
||||
Reference in New Issue
Block a user