mirror of
https://github.com/wassname/phaser.git
synced 2026-07-17 11:31:30 +08:00
Added the TweenManager
This commit is contained in:
+1
-1
@@ -184,7 +184,7 @@ Phaser.Game.prototype = {
|
||||
this.cache = new Phaser.Cache(this);
|
||||
this.load = new Phaser.Loader(this);
|
||||
this.time = new Phaser.Time(this);
|
||||
// this.tweens = new Phaser.TweenManager(this);
|
||||
this.tweens = new Phaser.TweenManager(this);
|
||||
// this.input = new Phaser.InputManager(this);
|
||||
// this.sound = new Phaser.SoundManager(this);
|
||||
this.rnd = new Phaser.RandomDataGenerator([(Date.now() * Math.random()).toString()]);
|
||||
|
||||
Reference in New Issue
Block a user