-
Notifications
You must be signed in to change notification settings - Fork 0
Home
spad4 edited this page Jun 17, 2026
·
9 revisions
Dandelion uses JSON to read custom particles. The only files that will be read are data/dandelion/particles.json and data/dandelion/emitters.json. Add to these to implement new particles.
Particles and emitters can be spawned by running dandelion.<particle_name>, where particle name is identical to the one you provide in JSON. Particle names are lowercase. Names will be converted to lowercase from JSON.