1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-05 13:51:04 +00:00

Add option for particles to inherit alpha/color from their ParticleEffect

This commit is contained in:
fgenesis 2014-03-10 17:28:41 +01:00
commit 65e457423c
5 changed files with 19 additions and 11 deletions

View file

@ -72,6 +72,8 @@ struct SpawnParticleData
float counter;
float spawnTimeOffset;
bool spawnLocal;
bool inheritColor;
bool inheritAlpha;
float lastDTDifference;
int groupRender;