Fixed various issues in the TweenManager, added length property to Group and improved the build script.

This commit is contained in:
Richard Davey
2013-09-19 04:45:08 +01:00
parent cf26f68693
commit c5fc5e3394
8 changed files with 106 additions and 27 deletions
+8
View File
@@ -832,6 +832,14 @@ Phaser.Group.prototype = {
};
Object.defineProperty(Phaser.Group.prototype, "length", {
get: function () {
return this._container.children.length;
}
});
Object.defineProperty(Phaser.Group.prototype, "x", {
get: function () {