We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b141ac4 commit b85c177Copy full SHA for b85c177
1 file changed
v3/src/gameobjects/sprite/Sprite.js
@@ -44,9 +44,9 @@ var Sprite = new Class({
44
this.anims.update(time, delta);
45
},
46
47
- play: function (key, startFrame)
+ play: function (key, ignoreIfPlaying, startFrame)
48
{
49
- this.anims.play(key, startFrame);
+ this.anims.play(key, ignoreIfPlaying, startFrame);
50
51
return this;
52
0 commit comments