Remove color randomness

This commit is contained in:
2024-01-30 19:39:52 +01:00
parent df581dcb9d
commit ab0fef8ebf
3 changed files with 10 additions and 15 deletions

View File

@@ -66,10 +66,8 @@ typedef struct ParticleEmitter {
f32 minStartRotSpeed, maxStartRotSpeed;
// endRotSpeed
f32 minEndRotSpeed, maxEndRotSpeed;
// startColor
Color minStartColor, maxStartColor;
// endColor
Color minEndColor, maxEndColor;
Color startColor, endColor;
// lifetime
f32 minLifetime, maxLifetime;