Package Exports
- @phaser-plus/debugger
- @phaser-plus/debugger/lib/main.js
- @phaser-plus/debugger/lib/module.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@phaser-plus/debugger) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@phaser-plus/debugger
@phaser-plus/debugger is a feature developed on top of @phaser-plus/core.
This package provides a UI and API for debugging.
🚀 Getting started
npm install --save @phaser-plus/debugger
import { Scene } from '@phaser-plus/core'
import { Debugger } from '@phaser-plus/debugger'
class MyScene extends Scene {
onCreate() {
this.features.register('debugger', Debugger)
}
}
🔰 Features
- Take a screenshot of your game
- Record a video of your game
- Fire a game event while playing the game
- Inspect an object and change basic parameters such as position, rotation, and scale
License
The project is licensed under MIT License