Files
DoomRTX/e3/fx/smallsparks.fx
2026-05-20 12:29:30 -07:00

20 lines
280 B
HLSL

// small random sparks
smallsparks {
{
restart 1
random 0.5, 3.5
duration 5
rotate 0.1
particle "particles/smallfiresparks.particle"
fire blue
}
{
delay 1000000
name blue
duration 5
rotate 0.1
particle "particles/smallbluesparks.particle"
}
}