Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gldefs: update Freedoom big tech lamp. #2317

Merged
merged 1 commit into from
Dec 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 22 additions & 5 deletions wadsrc_lights/static/filter/doom.freedoom/gldefs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading