@phaser-plus/debugger
v0.1.9
Published
Debugger for PhaserJS games
Downloads
3
Maintainers
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