JSPM

  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q47280F
  • License MIT

🐠 Makes PhaserJS framework more awesome

Package Exports

  • @toolcase/phaser-plus
  • @toolcase/phaser-plus/lib/main.js
  • @toolcase/phaser-plus/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 (@toolcase/phaser-plus) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@toolcase/phaser-plus

GitHub npm version npm downloads Read docs

🐠 Makes PhaserJS framework more awesome

⭐ Features

  • 🎟️ Scene centralized state
  • 🧩 Module API with built-in events
  • 📋 Sharing code between scenes easily

🚀 Getting started

npm install --save @toolcase/phaser-plus
import { Scene } from '@toolcase/phaser-plus'

class MyGameScene extends Scene {

    onCreate() {

    }

}

License

The project is licensed under MIT License