World and Camera updates nearly complete.

This commit is contained in:
Richard Davey
2013-10-04 16:51:24 +01:00
parent e8bed83ac3
commit c00bf96603
7 changed files with 135 additions and 130 deletions
+6 -1
View File
@@ -70,7 +70,12 @@ Phaser.Group = function (game, parent, name, useStage) {
* @default
*/
this.exists = true;
/**
* @property {Phaser.Point} scale - Replaces the PIXI.Point with a slightly more flexible one.
*/
this.scale = new Phaser.Point(1, 1);
};
Phaser.Group.prototype = {