Added the TweenManager

This commit is contained in:
Richard Davey
2013-08-29 00:09:12 +01:00
parent d323404676
commit b8d3a61c97
16 changed files with 2070 additions and 15 deletions
+1 -1
View File
@@ -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()]);