pixijs / pixi-particles-editor

PIXI-based particle editor
http://pixijs.github.io/pixi-particles-editor/
MIT License
65 stars 20 forks source link

Texture Path in emitter.json #6

Closed SeminYun closed 8 years ago

SeminYun commented 9 years ago

hi.

PIXiPartclesEditor don't add Textures into Emitter.json

is there any reason?

i can add manually into code

but i don't want it becuase other member handle this and control

so i or we want to add texture's path or filename into json

is this possible?

thx a lot

andrewstart commented 8 years ago

Release 1.5.0 of PixiParticles allows you to use strings instead of Texture instances. We won't be including that in the emitter json however, because where you place your textures, and potentially how you load them, is entirely up to your project and has nothing to do with the tool.