mirror of
https://github.com/wassname/phaser.git
synced 2026-08-17 11:23:42 +08:00
New: You'll now find a complete Basic project Template in the resources/Project Templates folder. Will add more complex ones soon.
This commit is contained in:
+2
-1
@@ -298,9 +298,10 @@ Phaser.Tween.prototype = {
|
||||
*/
|
||||
stop: function () {
|
||||
|
||||
this._manager.remove(this);
|
||||
this.isRunning = false;
|
||||
|
||||
this._manager.remove(this);
|
||||
|
||||
return this;
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user