Tweak fireball lifespan

This commit is contained in:
2024-02-10 16:08:25 +01:00
parent 5c606f494a
commit 27dcc42ce0

View File

@@ -107,8 +107,8 @@ static ParticleEmitter GET_FIREBALL_EMITTER() {
.data.emmitVarianceMax = 1.0f, .data.emmitVarianceMax = 1.0f,
.data.startColor = { 210, 0, 0, 210 }, .data.startColor = { 210, 0, 0, 210 },
.data.endColor = { 110, 10, 10, 110 }, .data.endColor = { 110, 10, 10, 110 },
.data.minLifetime = 1.0f, .data.minLifetime = 0.4f,
.data.maxLifetime = 2.2f, .data.maxLifetime = 0.8f,
.data.minStartSize = 4.0f, .data.minStartSize = 4.0f,
.data.maxStartSize = 6.0f, .data.maxStartSize = 6.0f,
.data.tileID = getParticleTypeTile(PARTICLE_CIRCLE), .data.tileID = getParticleTypeTile(PARTICLE_CIRCLE),