@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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @phaser-plus/debugger

    Weekly Downloads

    0

    Version

    0.1.9

    License

    MIT

    Unpacked Size

    62.9 kB

    Total Files

    15

    Last publish

    Collaborators

    • kalevski