mirror of
https://github.com/wassname/phaser.git
synced 2026-07-17 11:31:30 +08:00
CollisionGroup and collision masks working. Need to refine a little, but all the essentials are there.
This commit is contained in:
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user