Camera updates, scrollFix check and some new pictures and tests.

This commit is contained in:
Richard Davey
2013-05-29 17:31:57 +01:00
parent 7b4374cabf
commit f3c9049e76
40 changed files with 342 additions and 197 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ module Phaser {
this.height = this.frameBounds.height;
// Transform related (if we add any more then move to a component)
this.origin = new Phaser.Vec2(this.width / 2, this.height / 2);
this.origin = new Phaser.Vec2(0, 0);
this.scale = new Phaser.Vec2(1, 1);
this.skew = new Phaser.Vec2(0, 0);