Add tiled particle atlas support

This commit is contained in:
Kelsi 2026-02-07 19:20:37 -08:00
parent 866877cad0
commit a71902a571
4 changed files with 101 additions and 15 deletions

View file

@ -90,6 +90,7 @@ struct M2Particle {
float life; // current age in seconds
float maxLife; // total lifespan
int emitterIndex; // which emitter spawned this
float tileIndex = 0.0f; // texture atlas tile index
};
/**