Blockaroz / CalamityHunt

Hunt of the Old God
GNU General Public License v3.0
1 stars 0 forks source link

Rewrite Particle System #8

Closed steviegt6 closed 1 year ago

steviegt6 commented 1 year ago

This PR rewrites the particle system, moving to a mostly-ECS setup with some remaining elements of OOP. Particle has been renamed to ParticleBehavior, and is now treated as a behavior-defining singleton. These singletons manage state, but do not contain state (state is instead stored in entity components as structs).

steviegt6 commented 1 year ago

Ready for merging once we confirm it introduces no bugs or quirks.

steviegt6 commented 1 year ago

Thanks for the PR, @steviegt6! We appreciate all contributions and are looking forward to seeing you often in the future! LGTM, merging!

steviegt6 commented 1 year ago

Wow, @steviegt6! Thanks for the quick review! Happy this got merged so quickly!