CollisionGroup and collision masks working. Need to refine a little, but all the essentials are there.

This commit is contained in:
photonstorm
2014-02-19 01:51:14 +00:00
parent 7a8c96db37
commit 5968dd053b
8 changed files with 235 additions and 26 deletions
+2 -2
View File
@@ -1292,7 +1292,7 @@ Phaser.Math = {
},
/**
* Convert p2 physics value to pixel scale.
* Convert p2 physics value (meters) to pixel scale.
*
* @method Phaser.Math#p2px
* @param {number} v - The value to convert.
@@ -1303,7 +1303,7 @@ Phaser.Math = {
},
/**
* Convert pixel value to p2 physics scale.
* Convert pixel value to p2 physics scale (meters).
*
* @method Phaser.Math#px2p
* @param {number} v - The value to convert.