mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-12 08:11:10 +02:00
30 lines
371 B
HLSL
30 lines
371 B
HLSL
//
|
|
// smallfire.fx
|
|
chaingunfire {
|
|
|
|
bindto "barrel"
|
|
{
|
|
delay 0
|
|
duration 0.2
|
|
restart 0
|
|
light "muzzleflash", 1, 0.8, 0.4, 250
|
|
offset 0, 0, 16
|
|
//scale 250, 0, 0.4
|
|
//fadeOut 0.25
|
|
}
|
|
|
|
{
|
|
delay 0
|
|
duration 3
|
|
restart 0
|
|
particle "particles/chaingunfire.particle"
|
|
}
|
|
|
|
{
|
|
delay 0.3
|
|
duration 3
|
|
restart 0
|
|
particle "particles/chaingunsmoke.particle"
|
|
}
|
|
|
|
} |