mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-16 16:20:42 +02:00
25 lines
506 B
Plaintext
25 lines
506 B
Plaintext
numParticles 60
|
|
material textures/sfx/teenysmoke
|
|
initialVelocity ( line, 2, 0, 0, 6, 0, 0)
|
|
size ( 5, 7 )
|
|
randomColor ( 1, line, 1, 1, 1, 0.25, 0.25, 0.25 )
|
|
angle ( -359, 359 )
|
|
rotationSpeed ( -3, 3 )
|
|
liveforever
|
|
moveWithParent
|
|
stayDead
|
|
|
|
|
|
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
|
|
}
|
|
|
|
|