mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-12 23:54:17 +00:00
gldefs: update Freedoom big tech lamp.
As of 1d16aeabce
it's no longer red.
This commit is contained in:
parent
3a117cbe89
commit
c05d6224ba
1 changed files with 22 additions and 5 deletions
|
@ -365,19 +365,36 @@ object TechLamp2
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tall tech lamp
|
// Tall tech lamp
|
||||||
pulselight BIGLAMP
|
pointlight BIGLAMP1
|
||||||
{
|
{
|
||||||
color 1.0 0.4 0.4
|
color 1.0 0.9 0.4
|
||||||
size 100
|
size 100
|
||||||
secondarySize 80
|
offset 0 72 0
|
||||||
interval 0.4
|
attenuate 1
|
||||||
|
}
|
||||||
|
|
||||||
|
pointlight BIGLAMP2
|
||||||
|
{
|
||||||
|
color 0.97 0.87 0.37
|
||||||
|
size 99
|
||||||
|
offset 0 72 0
|
||||||
|
attenuate 1
|
||||||
|
}
|
||||||
|
|
||||||
|
pointlight BIGLAMP3
|
||||||
|
{
|
||||||
|
color 0.94 0.84 0.34
|
||||||
|
size 98
|
||||||
offset 0 72 0
|
offset 0 72 0
|
||||||
attenuate 1
|
attenuate 1
|
||||||
}
|
}
|
||||||
|
|
||||||
object TechLamp
|
object TechLamp
|
||||||
{
|
{
|
||||||
frame TLMP { light BIGLAMP }
|
frame TLMPA { light BIGLAMP1 }
|
||||||
|
frame TLMPB { light BIGLAMP2 }
|
||||||
|
frame TLMPC { light BIGLAMP3 }
|
||||||
|
frame TLMPD { light BIGLAMP2 }
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tall red torch
|
// Tall red torch
|
||||||
|
|
Loading…
Reference in a new issue