This is superb piece of work. Thank you @samme!
On the side note - there was a great plugin for Phaser 2 - Scenegraph which I’ve used constantly. Do you have any plans to port it for Phaser 3?
1 Like
@vforsh not exactly , but there is Show display list and update lists, recursive.
That will do, thanks
You can add to any labs example, in preload()
:
this.load.scenePlugin(
'PhaserDebugDrawPlugin',
'https://cdn.jsdelivr.net/npm/phaser-plugin-debug-draw@7.0.0',
'debugDraw',
'debugDraw'
);