You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/gameobjects/components/Animation.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -504,7 +504,7 @@ var Animation = new Class({
504
504
* @since 3.0.0
505
505
*
506
506
* @param {(string|Phaser.Animations.Animation)} key - The string-based key of the animation to play, as defined previously in the Animation Manager. Or an Animation instance.
507
-
* @param {boolean} [ignoreIfPlaying=false] - If an animation is already playing then ignore this call.
507
+
* @param {boolean} [ignoreIfPlaying=false] - If this animation is already playing then ignore this call.
508
508
* @param {integer} [startFrame=0] - Optionally start the animation playing from this frame index.
509
509
*
510
510
* @return {Phaser.GameObjects.GameObject} The Game Object that owns this Animation Component.
0 commit comments