Skip to content

Commit 88eae3a

Browse files
committed
Build files for testing.
1 parent a0cc4c3 commit 88eae3a

16 files changed

Lines changed: 17780 additions & 7262 deletions

build/custom/p2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17902,7 +17902,7 @@ Phaser.Utils.extend(Phaser.Physics.P2.BodyDebug.prototype, {
1790217902
if (typeof color === 'undefined') { color = 0xffffff; }
1790317903
g.lineStyle(lineWidth, 0x000000, 1);
1790417904
g.beginFill(color, 1.0);
17905-
g.drawCircle(x, y, -radius);
17905+
g.drawCircle(x, y, -radius*2);
1790617906
g.endFill();
1790717907
g.moveTo(x, y);
1790817908
g.lineTo(x + radius * Math.cos(-angle), y + radius * Math.sin(-angle));

build/custom/p2.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)