Remove color randomness
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user