0.1.9 • Published 2 years ago

@phaser-plus/debugger v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago