swwmgz_m/gldefs.hellblazer
Marisa Kirisame 0436a4d707 Hellblazer Missiles implemented, other ammo types to follow.
Fixed DoBlast going through blocking lines.
Language file cleanup.
2020-04-19 17:23:49 +02:00

32 lines
468 B
Text

PointLight BLAZERLIGHT1
{
Color 1.0 0.8 0.3
Size 120
Attenuate 1
}
PointLight BLAZERLIGHT2
{
Color 0.3 1.0 0.3
Size 120
Attenuate 1
}
PointLight BLAZERLIGHT3
{
Color 1.0 0.3 0.3
Size 120
Attenuate 1
}
PointLight BLAZERLIGHT4
{
Color 0.8 0.3 1.0
Size 120
Attenuate 1
}
Object HellblazerFlare
{
Frame "HFLRA" { light "BLAZERLIGHT1" }
Frame "HFLRB" { light "BLAZERLIGHT2" }
Frame "HFLRC" { light "BLAZERLIGHT3" }
Frame "HFLRD" { light "BLAZERLIGHT4" }
}