phaser-debug
phaser-debug copied to clipboard
Simple debug module for phaser
I believe the title explains enough. :)
``` [10:59:30] Using gulpfile /var/www/playground/phaser-debug/gulpfile.js [10:59:30] Starting 'build'... [10:59:30] Starting 'lint'... [10:59:30] [gulp-tslint] error (no-consecutive-blank-lines) index.ts[22, 1]: Consecutive blank lines are forbidden [10:59:31] [gulp-tslint] error (typedef) util/Timings.ts[45, 22]: expected arrow-parameter:...
Calling game.plugins.remove to remove Phaser Debug causes below exception `TypeError: self.timer is null[Learn More] phaser-debug.js:181:17 [1]
Allow incremental searching to an item in the scene panel. Be able to type in the name/key, etc into a search bar and jump to a particular object.
Hi, it would be great if the plugin could optionaly highlight the selected item on the main display, and child bounds for groups.
Hi, most often when I use this I'll be forever clicking up and down the tree list looking for the item I want to inspect. For example, I'll often have...
A Physics panel that works similarly to the Scene panel, but for the physics world instead of the stage would be pretty cool.
View the active tweens, their status, and be able to manually start/stop them.
New panel to show the state of resource loading and explore the resource cache in Phaser? Let you explore the cache contents as well as see status of the loader...