@phaser-plus/debugger
TypeScript icon, indicating that this package has built-in type declarations

0.1.9 • Public • Published

@phaser-plus/debugger

GitHub npm version npm downloads Visit website Check examples

@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)
    }

}

Check example

🔰 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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.9
    1
    • latest

Version History

Package Sidebar

Install

npm i @phaser-plus/debugger

Weekly Downloads

1

Version

0.1.9

License

MIT

Unpacked Size

62.9 kB

Total Files

15

Last publish

Collaborators

  • kalevski