mirror of
https://github.com/wassname/phaser.git
synced 2026-08-06 13:31:05 +08:00
Camera updates, scrollFix check and some new pictures and tests.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user