AnimationManager done and in, need to fix texture update bug, otherwise finished.

This commit is contained in:
Richard Davey
2013-08-30 04:20:14 +01:00
parent a81a8effb4
commit 936118bd91
9 changed files with 778 additions and 3 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ Phaser.Game.prototype = {
this.world = new Phaser.World(this);
this.stage = new Phaser.Stage(this);
// this.add = new Phaser.GameObjectFactory(this);
this.add = new Phaser.GameObjectFactory(this);
this.cache = new Phaser.Cache(this);
this.load = new Phaser.Loader(this);
this.time = new Phaser.Time(this);