0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom.git synced 2025-04-20 18:00:46 +00:00

- added light definition for megasphere.

This commit is contained in:
Christoph Oelckers 2018-02-27 11:16:28 +01:00
parent fd27b22857
commit f3deaf54c6
2 changed files with 30 additions and 0 deletions
wadsrc_lights/static/filter
doom.doom1
doom.doom2

View file

@ -559,6 +559,21 @@ object SoulSphere
frame SOUL { light SOULSPHERE }
}
pulselight MEGASPHERE
{
color 0.5 0.5 0.4
size 60
secondarySize 63
interval 2.0
offset 0 16 0
attenuate 1
}
object MegaSphere
{
frame MEGA { light MEGASPHERE }
}
// Invulnerability Sphere
pulselight INVULN
{

View file

@ -559,6 +559,21 @@ object SoulSphere
frame SOUL { light SOULSPHERE }
}
pulselight MEGASPHERE
{
color 0.5 0.5 0.4
size 60
secondarySize 63
interval 2.0
offset 0 16 0
attenuate 1
}
object MegaSphere
{
frame MEGA { light MEGASPHERE }
}
// Invulnerability Sphere
pulselight INVULN
{