Skip to content

Commit

Permalink
Merge pull request godotengine#9322 from Charl-pena/patch-1
Browse files Browse the repository at this point in the history
Update 2d_sprite_animation.rst
  • Loading branch information
skyace65 authored May 14, 2024
2 parents 41247a2 + 4c6e4e7 commit 0c78d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/2d/2d_sprite_animation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ released.

public override void _Ready()
{
_animatedSprite = GetNode<AnimatedSprite>("AnimatedSprite");
_animatedSprite = GetNode<AnimatedSprite2D>("AnimatedSprite2D");
}

public override _Process(float _delta)
Expand Down

0 comments on commit 0c78d9f

Please sign in to comment.