Skip to content

v0.2.0-1.19.2

Choose a tag to compare

@gerasiovM gerasiovM released this 13 May 11:13
· 61 commits to main since this release
b5865d1

What's Changed

  • Got rid of ParticlePoint to stop writing the same code in every Particle class. Now RegularParticle class is the base one, and every other is inherited from it.
  • Added Array and Spawn schemes. The first one is responsible for creating the particle array for particle groups. The second one is responsible for spawning the particles from the array in a specific order.

Full Changelog: v0.1.3...v0.2.0