phaser-particle-editor-plugin:此插件基于Phaser Particle Editor生成的JSON数据创建粒子
文件大小:
46k
资源说明:相位器粒子编辑器插件
此插件基于生成的JSON数据创建粒子效果
入门
安装
使用脚本标签:
< script src =" //cdn.jsdelivr.net/npm/@koreez/phaser-particle-editor-plugin/dist/plugin.min.js " > </ script >
使用npm:
$ npm i -g npm
$ npm i --save @koreez/phaser-particle-editor-plugin
用法
导入插件
普通JS
var ParticleEditorPlugin = require ( "@koreez/phaser-particle-editor-plugin" ) ;
ES2015
import ParticleEditorPlugin from "@koreez/phaser-particle-editor-plugin" ;
加载插件
您需要在游戏中加载插件。 就像Phaser中的任何其他插件一样,此操作也可以完成。 因此,要加载该插件,请将其包括在“移相器状态”之一中。
game . plu
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。