NOVA-Team / NOVA-Monorepo

The core API of the NOVA voxel game modding system
https://nova-team.github.io
GNU Lesser General Public License v3.0
66 stars 23 forks source link

Separate particles from entities #281

Open ExE-Boss opened 7 years ago

ExE-Boss commented 7 years ago

Right now the fact that particles are only client-side entities causes issues and is confusing. By creating Particle, ParticleFactory, ParticleManager and ParticleSource classes we would fix that.