mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-12 08:11:10 +02:00
76 lines
817 B
HLSL
76 lines
817 B
HLSL
//
|
|
// pentagram.fx
|
|
pentagram {
|
|
{
|
|
delay 6
|
|
duration 30
|
|
restart 0
|
|
attachlight ken_startlight
|
|
fadeOut 1
|
|
}
|
|
|
|
{
|
|
delay 0
|
|
duration 30
|
|
restart 0
|
|
attachentity pent
|
|
fadeOut 0.01
|
|
}
|
|
|
|
{
|
|
delay 0
|
|
duration 30
|
|
restart 0
|
|
attachlight ken_light_3
|
|
fadeOut 0.01
|
|
}
|
|
|
|
{
|
|
delay 0
|
|
duration 30
|
|
restart 0
|
|
attachlight ken_light_4
|
|
fadeOut 0.01
|
|
}
|
|
|
|
{
|
|
delay 0
|
|
duration 30
|
|
restart 0
|
|
attachlight ken_light_5
|
|
fadeOut 0.01
|
|
}
|
|
|
|
{
|
|
delay 5
|
|
duration 30
|
|
restart 0
|
|
attachentity pent
|
|
fadeIn 2.75
|
|
}
|
|
|
|
{
|
|
delay 5
|
|
duration 30
|
|
restart 0
|
|
attachlight ken_light_3
|
|
fadeIn 2.75
|
|
}
|
|
|
|
{
|
|
delay 5
|
|
duration 30
|
|
restart 0
|
|
attachlight ken_light_4
|
|
fadeIn 2.75
|
|
}
|
|
|
|
{
|
|
delay 5
|
|
duration 30
|
|
restart 0
|
|
attachlight ken_light_5
|
|
fadeIn 2.75
|
|
}
|
|
|
|
} |