Tweak fireball lifespan
This commit is contained in:
@@ -107,8 +107,8 @@ static ParticleEmitter GET_FIREBALL_EMITTER() {
|
||||
.data.emmitVarianceMax = 1.0f,
|
||||
.data.startColor = { 210, 0, 0, 210 },
|
||||
.data.endColor = { 110, 10, 10, 110 },
|
||||
.data.minLifetime = 1.0f,
|
||||
.data.maxLifetime = 2.2f,
|
||||
.data.minLifetime = 0.4f,
|
||||
.data.maxLifetime = 0.8f,
|
||||
.data.minStartSize = 4.0f,
|
||||
.data.maxStartSize = 6.0f,
|
||||
.data.tileID = getParticleTypeTile(PARTICLE_CIRCLE),
|
||||
|
||||
Reference in New Issue
Block a user