Revert "* Improve the entity ID system, and add priority system. We should no longer have clashes."

This reverts commit 1b97875dd6.
This commit is contained in:
iProgramInCpp
2023-08-08 10:22:13 +03:00
parent 57c2b339ea
commit 1fdd94a43e
9 changed files with 6 additions and 78 deletions

View File

@@ -52,11 +52,6 @@ int Particle::getParticleTexture()
return PT_PARTICLES;
}
bool Particle::isUnimportant()
{
return true;
}
Particle* Particle::scale(float f)
{
setSize(0.2f * f, 0.2f * f);