lukasz-okuniewicz / custom-pixi-particles

Custom pixi particles
GNU General Public License v2.0
6 stars 0 forks source link

spawnType FrameRectangle #4

Open talhaozdemir opened 1 month ago

talhaozdemir commented 1 month ago

First of all thanks for the plugin it is easy to implement and use, I want to use FrameRectangle prop but it is removed from the code and some particles are not able to downloaded like "sun". On the other hand it will be good if we can copy particle props instead of download them.

talhaozdemir commented 1 month ago

One other thing is, it would be good if unused props are not included in the downloaded file, for example if I don't use warp so don't include them in the .json file

lukasz-okuniewicz commented 1 month ago

Hi there,

Thanks for reaching out and for the kind words about CustomPIXIParticles! I appreciate you bringing these points to my attention.

FrameRectangle I'm happy to inform you that I've fixed the FrameRectangle prop.

Particle Download While you can now download specific particle configurations directly, some example particles cannot be downloaded because they combine multiple emitters. These examples showcase achievable effects, not individual configurations.

Unused Props in Downloaded Files Unused props are no longer included in the downloaded JSON files.

In the meantime, if you have any further questions or need clarification on anything, please don't hesitate to ask!

Thanks

talhaozdemir commented 1 month ago

Thanks for the quick response, I've just seen the plugin and I am trying it for a project.