phaser-qgame
v0.0.35
Published
QGame is an extension plugin based on Phaser3
Readme
Phaser's QGame
QGame 是一套基于 Phaser3 游戏引擎开发的扩展插件,他是为配合可视化编辑工具而生的,在 Phaser3 的基础上,提供了一组 UI 组件, 将来还会提供玩家组件和场景组件。
QGame includes:
- UI layout components
- Player Object QGame provides a set of editors;
Instructions
- Clone the repository.
- Install dependencies with
npm install. - Start the development server with
npm run dev. - If you want to build the project, run
npm run build.
