mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Merge pull request #9322 from Charl-pena/patch-1
Update 2d_sprite_animation.rst
This commit is contained in:
@@ -101,7 +101,7 @@ released.
|
||||
|
||||
public override void _Ready()
|
||||
{
|
||||
_animatedSprite = GetNode<AnimatedSprite>("AnimatedSprite");
|
||||
_animatedSprite = GetNode<AnimatedSprite2D>("AnimatedSprite2D");
|
||||
}
|
||||
|
||||
public override _Process(float _delta)
|
||||
|
||||
Reference in New Issue
Block a user