Haniver Posted May 1, 2020 Share Posted May 1, 2020 Hi, I see some posts in this forum with images like this: How do you do it? Right now I'm debugging an issue with the physics of a game and such a tool would be very useful. Link to comment Share on other sites More sharing options...
supertommy Posted May 10, 2020 Share Posted May 10, 2020 You'll want to set debug to true in your game config for arcade physics: const config = { type: Phaser.AUTO, physics: { default: 'arcade', arcade: { debug: true } } // other settings... } msanatan and Haniver 2 Link to comment Share on other sites More sharing options...
Haniver Posted May 14, 2020 Author Share Posted May 14, 2020 Great, thanks! Link to comment Share on other sites More sharing options...
Recommended Posts