mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-15 07:40:44 +02:00
21 lines
224 B
HLSL
21 lines
224 B
HLSL
//
|
|
// skulltrail.fx
|
|
skulltrail2 {
|
|
|
|
bindto "head"
|
|
{
|
|
delay 0
|
|
duration 12
|
|
restart 0
|
|
particle "particles/skullsmoke.particle"
|
|
}
|
|
|
|
{
|
|
delay 0
|
|
duration 12
|
|
restart 0
|
|
particle "particles/skulltrail.particle"
|
|
}
|
|
|
|
|
|
} |