Fixed incorrect reference
This commit is contained in:
@ -14,6 +14,6 @@ func _enter_tree():
|
||||
state.current = StateComponent.State.Skill
|
||||
|
||||
func end():
|
||||
animation.player.speed_scale = 1.0
|
||||
animation.animations.speed_scale = 1.0
|
||||
state.current = state.next_state()
|
||||
queue_free()
|
Reference in New Issue
Block a user