Files
DoomRTX/e3/particles/malasteam.particle
T
2026-05-20 12:29:30 -07:00

24 lines
502 B
Plaintext

numParticles 60
material textures/sfx/teenysmoke
initialVelocity ( line, 2, 0, 0, 6, 0, 0)
size ( 5, 7 )
randomColor ( 0.35, line, .5, .5, .5, 0.25, 0.25, 0.25 )
angle ( -359, 359 )
rotationSpeed ( -3, 3 )
liveforever
moveWithParent
begin {
copyVelocitys
source ( 1.5, point, 0, 0, 0 ) //1st number=emitter speed
targetColor ( 0, 0, 0, 0, 0.075 )
killUnseen
targetSize (50, 0.015)
applyDamping (.95, .95, .95)
gravity ( 0.0, 0.0, 0.05 )
applyMathSoFar
}