@toolcase/phaser-plus
v1.0.6
Published
๐ Makes PhaserJS framework more awesome
Downloads
9
Maintainers
Readme
@toolcase/phaser-plus
๐ 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