We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e920a5 + 8c7824c commit 284756eCopy full SHA for 284756e
getting_started/first_2d_game/04.creating_the_enemy.rst
@@ -142,7 +142,7 @@ and randomly choose one of the three animation types:
142
_animated_sprite->set_animation(mob_types[random->randi() % mob_types.size()]);
143
}
144
145
-First, we get the list of animation names from the AnimatedSprite2D's ``frames``
+First, we get the list of animation names from the AnimatedSprite2D's ``sprite_frames``
146
property. This returns an Array containing all three animation names: ``["walk",
147
"swim", "fly"]``.
148
0 commit comments