mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 13:43:26 +00:00
restart and _paused
This commit is contained in:
parent
f8eecb31a9
commit
b035fd6266
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ var Restart = function (includeDelay)
|
|||
this.forward = true;
|
||||
this.isPlaying = true;
|
||||
this.pendingRepeat = false;
|
||||
this._paused = false;
|
||||
|
||||
// Set frame
|
||||
this.updateFrame(this.currentAnim.frames[0]);
|
||||
|
|
Loading…
Reference in a new issue