Skip to content

Commit cb5a8c7

Browse files
committed
Renamed px2p and p2px to: pxm and mpx (px to meters and meters to px). Also removed from Math.
1 parent 83e1977 commit cb5a8c7

43 files changed

Lines changed: 137 additions & 169 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/wip/p2 tilemap1.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ function update() {
8282

8383
function render() {
8484

85-
for (var i = 0, len = dump.length; i < len; i++)
86-
{
87-
game.debug.physicsBody(dump[i]);
88-
}
85+
// for (var i = 0, len = dump.length; i < len; i++)
86+
// {
87+
// game.debug.physicsBody(dump[i]);
88+
// }
8989

9090
}
623 Bytes
Loading
484 Bytes
Loading
623 Bytes
Loading
482 Bytes
Loading
626 Bytes
Loading
502 Bytes
Loading
684 Bytes
Loading
559 Bytes
Loading
785 Bytes
Loading

0 commit comments

Comments
 (0)