mirror of
https://github.com/jmarshall23/Quake_4_Alpha.git
synced 2026-08-17 11:10:52 +02:00
54 lines
676 B
HLSL
54 lines
676 B
HLSL
effect effects/explosions/air/spaceburst_01_small
|
|
{
|
|
size 22
|
|
|
|
sound "sound"
|
|
{
|
|
soundShader "effects_explosion_nodebris"
|
|
}
|
|
spawner "flash"
|
|
{
|
|
count 1,1
|
|
|
|
sprite
|
|
{
|
|
duration 1,1
|
|
material "gfx/effects/energy_sparks/spark2"
|
|
|
|
start
|
|
{
|
|
size { point 10,10 }
|
|
tint { point 0.74902,0.74902,0.74902 }
|
|
}
|
|
|
|
motion
|
|
{
|
|
size { envelope "linear" }
|
|
}
|
|
}
|
|
}
|
|
spawner "flash3"
|
|
{
|
|
count 1,1
|
|
|
|
sprite
|
|
{
|
|
duration 0.1,0.1
|
|
material "gfx/effects/weapons/mgun_muzzleflash"
|
|
|
|
start
|
|
{
|
|
size { point 15,15 }
|
|
tint { point 0.74902,0.74902,0.74902 }
|
|
rotate { box -1,1 }
|
|
}
|
|
|
|
motion
|
|
{
|
|
size { envelope "linear" }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|