Fixed incorrect reference

This commit is contained in:
2024-02-26 23:55:30 +01:00
parent 885459f5d3
commit ca7fa120ea
2 changed files with 3 additions and 1 deletions

View File

@ -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()