mirror of
https://github.com/wassname/phaser.git
synced 2026-09-11 12:31:29 +08:00
Added VerletManager and lots of new tests
This commit is contained in:
@@ -41,7 +41,6 @@ module Phaser {
|
||||
this.scale = new MicroPoint(1, 1);
|
||||
|
||||
this.last = new MicroPoint(x, y);
|
||||
//this.origin = new MicroPoint(this.frameBounds.halfWidth, this.frameBounds.halfHeight);
|
||||
this.align = GameObject.ALIGN_TOP_LEFT;
|
||||
this.mass = 1;
|
||||
this.elasticity = 0;
|
||||
|
||||
Reference in New Issue
Block a user