Skip to content

Commit ee63eaa

Browse files
author
Andrew Start
committed
Added support for ring emission.
1 parent 0950114 commit ee63eaa

File tree

9 files changed

+62
-54216
lines changed

9 files changed

+62
-54216
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "PixiParticlesEditor",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"dependencies": {
55
"pixi.js": "https://github.com/CloudKidStudio/pixi.js.git",
66
"filesaver": "https://github.com/eligrey/FileSaver.js.git",

deploy/assets/config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"default" : "pixieDust",
3-
"spawnTypes" : ["point", "circle", "rect", "burst"],
3+
"spawnTypes" : ["point", "circle", "rect", "burst", "ring"],
44
"images" : {
55
"particle" : "assets/images/particle.png",
66
"smokeparticle" : "assets/images/smokeparticle.png",

0 commit comments

Comments
 (0)