game.physics.p2.setImpactEvents(true); player.body.createGroupCallback(enemyGroundCG, playerCollision, this);this is what i use most of the time but i've heard that using a onBeginContact event is not that much expensive.. to gain some FPS - is it really useful to change the impact handling? does this really matter?