samme Posted July 15, 2016 Share Posted July 15, 2016 Draws properties of Arcade Physics bodies. Demo / Code npm i phaser-plugin-debug-arcade-physics samid737, lewster32, stupot and 2 others 5 Link to comment Share on other sites More sharing options...
samme Posted July 25, 2016 Author Share Posted July 25, 2016 Now with blocked, touching, and bodyDisabled. Link to comment Share on other sites More sharing options...
samme Posted September 17, 2016 Author Share Posted September 17, 2016 Now with some built-in filters: exists, isAlive, isBullet, isParticle, isSprite // Example: draw bullets only game.debug.arcade.configSet({ filter: Phaser.Plugin.DebugArcadePhysics.isBullet }); Link to comment Share on other sites More sharing options...
DegGa Posted September 18, 2016 Share Posted September 18, 2016 Good work samme, that's very helpful! Link to comment Share on other sites More sharing options...
samme Posted October 25, 2016 Author Share Posted October 25, 2016 Added offset and rotation. Link to comment Share on other sites More sharing options...
samme Posted February 14, 2017 Author Share Posted February 14, 2017 Finally added proper blocked and touching display. scheffgames 1 Link to comment Share on other sites More sharing options...
samme Posted August 20, 2017 Author Share Posted August 20, 2017 Added friction (cc. @Apsaras). Link to comment Share on other sites More sharing options...
Recommended Posts