mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
0.2 is just too dim
This commit is contained in:
parent
ea2337c091
commit
1d827c911f
1 changed files with 2 additions and 2 deletions
|
@ -1318,12 +1318,12 @@ var World = new Class({
|
|||
|
||||
if (config.showBroadphase && engine.broadphase.controller)
|
||||
{
|
||||
this.renderGrid(engine.broadphase, graphics, config.broadphaseColor, 0.2);
|
||||
this.renderGrid(engine.broadphase, graphics, config.broadphaseColor, 0.5);
|
||||
}
|
||||
|
||||
if (config.showBounds)
|
||||
{
|
||||
this.renderBodyBounds(bodies, graphics, config.boundsColor, 0.2);
|
||||
this.renderBodyBounds(bodies, graphics, config.boundsColor, 0.5);
|
||||
}
|
||||
|
||||
if (config.showBody || config.showStaticBody)
|
||||
|
|
Loading…
Reference in a new issue