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:
parent
af463e63b2
commit
65e457423c
5 changed files with 19 additions and 11 deletions
|
@ -72,6 +72,8 @@ struct SpawnParticleData
|
|||
float counter;
|
||||
float spawnTimeOffset;
|
||||
bool spawnLocal;
|
||||
bool inheritColor;
|
||||
bool inheritAlpha;
|
||||
|
||||
float lastDTDifference;
|
||||
int groupRender;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue