Tweak fireball emitter color

This commit is contained in:
2024-02-10 23:17:32 +01:00
parent b20f6950ec
commit 71eddd9ec2

View File

@@ -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,