Ariorh1337 / phaser-debug-tool

40 stars 3 forks source link

feature request: a setting that forces z-index to highest #7

Closed andres-lowrie closed 7 months ago

andres-lowrie commented 11 months ago

Basically if the browser is resized or if the scene takes up the full width and height, the the debugger gets lost. To work around this I'm using the browser inspecting and setting z-index to 9999 so that the debugger is on top of the canvas element

It would be nice to have a setting somewhere that could be toggled on or off.

Great work on this btw, really helpful