Tweak fireball emitter color
This commit is contained in:
@@ -105,8 +105,8 @@ static ParticleEmitter GET_FIREBALL_EMITTER() {
|
||||
.data.emmitVariance = 1.0f,
|
||||
.data.emmitVarianceMin = 0.0f,
|
||||
.data.emmitVarianceMax = 1.0f,
|
||||
.data.startColor = { 210, 10, 10, 210 },
|
||||
.data.endColor = { 110, 10, 10, 110 },
|
||||
.data.startColor = { 210, 40, 40, 210 },
|
||||
.data.endColor = { 110, 20, 20, 110 },
|
||||
.data.minLifetime = 0.3f,
|
||||
.data.maxLifetime = 0.5f,
|
||||
.data.minStartSize = 4.0f,
|
||||
|
||||
Reference in New Issue
Block a user