Merge pull request #60 from TheJare/master

Fix bug in StateManager...
This commit is contained in:
Richard Davey
2013-09-22 14:32:25 -07:00
8 changed files with 61 additions and 54 deletions
+3
View File
@@ -80,6 +80,9 @@ Phaser.BitmapText.prototype.update = function() {
this._cache.dirty = true;
}
this.pivot.x = this.anchor.x*this.width;
this.pivot.y = this.anchor.y*this.height;
}
Object.defineProperty(Phaser.BitmapText.prototype, 'angle', {