@toolcase/phaser-plus
โญ 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