Skip to content

Commit

Permalink
Added support for ring emission.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Start committed Mar 16, 2015
1 parent 0950114 commit ee63eaa
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 54,216 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PixiParticlesEditor",
"version": "0.2.0",
"version": "0.2.1",
"dependencies": {
"pixi.js": "https://github.com/CloudKidStudio/pixi.js.git",
"filesaver": "https://github.com/eligrey/FileSaver.js.git",
Expand Down
2 changes: 1 addition & 1 deletion deploy/assets/config/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"default" : "pixieDust",
"spawnTypes" : ["point", "circle", "rect", "burst"],
"spawnTypes" : ["point", "circle", "rect", "burst", "ring"],
"images" : {
"particle" : "assets/images/particle.png",
"smokeparticle" : "assets/images/smokeparticle.png",
Expand Down
Loading

0 comments on commit ee63eaa

Please sign in to comment.