15 lines
279 B
TOML
15 lines
279 B
TOML
[ParticleEmitterSettings]
|
|
|
|
MaxParticles = 4096
|
|
EmitRadius = 128
|
|
Explosiveness = 1.0
|
|
LifeTime = 1.0
|
|
Direction = [0.0, 1.0]
|
|
LinearVelocity = 200
|
|
Gravity = [0.0, 0.0]
|
|
LinearVelocityRandom = 0.5
|
|
ScaleBegin = 1.0
|
|
ScaleEnd = 0.0
|
|
ColorBegin = [255, 0, 255, 255]
|
|
ColorEnd = [0, 0, 0, 0]
|