From c05d6224ba0ae9e218036030744b3bd2f44d9c47 Mon Sep 17 00:00:00 2001 From: mc776 <24984517+mc776@users.noreply.github.com> Date: Fri, 22 Dec 2023 11:32:49 -0800 Subject: [PATCH] gldefs: update Freedoom big tech lamp. As of https://github.com/freedoom/freedoom/commit/1d16aeabcebc7908c6781102ae01eb2a73a9a24b it's no longer red. --- .../static/filter/doom.freedoom/gldefs.txt | 27 +++++++++++++++---- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/wadsrc_lights/static/filter/doom.freedoom/gldefs.txt b/wadsrc_lights/static/filter/doom.freedoom/gldefs.txt index 604da8904..9cf9bc45f 100644 --- a/wadsrc_lights/static/filter/doom.freedoom/gldefs.txt +++ b/wadsrc_lights/static/filter/doom.freedoom/gldefs.txt @@ -365,19 +365,36 @@ object TechLamp2 } // Tall tech lamp -pulselight BIGLAMP +pointlight BIGLAMP1 { - color 1.0 0.4 0.4 + color 1.0 0.9 0.4 size 100 - secondarySize 80 - interval 0.4 + offset 0 72 0 + 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 attenuate 1 } 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