Skip to content

Commit 312f4da

Browse files
committed
Start of alignBody method
1 parent 83c5bc4 commit 312f4da

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/physics/matter-js/MatterPhysics.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,6 +1304,11 @@ var MatterPhysics = new Class({
13041304
return DistanceBetween(aX, aY, bX, bY);
13051305
},
13061306

1307+
// alignBody: function (body, x, y, align)
1308+
// {
1309+
1310+
// },
1311+
13071312
/**
13081313
* The Scene that owns this plugin is shutting down.
13091314
* We need to kill and reset all internal properties as well as stop listening to Scene events.

0 commit comments

Comments
 (0)