š Makes PhaserJS framework more awesome
npm install @toolcase/phaser-plus




š Makes PhaserJS framework more awesome
- šļø Scene centralized state
- š§© Module API with built-in events
- š Sharing code between scenes easily
``js`
npm install --save @toolcase/phaser-plus
`js
import { Scene } from '@toolcase/phaser-plus'
class MyGameScene extends Scene {
onCreate() {
}
}
``