Added VerletManager and lots of new tests

This commit is contained in:
Richard Davey
2013-05-21 04:12:54 +01:00
parent 0b2d818ba8
commit e2141c91a6
37 changed files with 3612 additions and 29 deletions
-1
View File
@@ -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;