mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 23:20:59 +00:00
Temp logs on
This commit is contained in:
parent
cb77405031
commit
14781003b3
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ var GetOverlap = function (body1, body2, overlapOnly, bias)
|
|||
return collisionInfo;
|
||||
}
|
||||
|
||||
// console.log('');
|
||||
// console.log('%c GetOverlap ' + body1.world._frame + ' ', 'background-color: aqua');
|
||||
// collisionInfo.dump();
|
||||
console.log('');
|
||||
console.log('%c GetOverlap ' + body1.world._frame + ' ', 'background-color: aqua');
|
||||
collisionInfo.dump();
|
||||
|
||||
if (collisionInfo.face === CONST.FACING_LEFT)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue