mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-18 15:42:34 +00:00
- use filter directories for light definitions so that they do not get used for unwanted IWADs using the same game type.
- fixed light definitions for Freedoom to match the graphics.
This commit is contained in:
parent
9575715b1e
commit
3b30b4d979
6 changed files with 2396 additions and 6 deletions
|
@ -354,8 +354,8 @@ object TechLamp
|
|||
flickerlight2 BIGREDTORCH
|
||||
{
|
||||
color 1.0 0.5 0.2
|
||||
size 64
|
||||
secondarySize 72
|
||||
size 60
|
||||
secondarySize 66
|
||||
interval 0.1
|
||||
offset 0 60 0
|
||||
}
|
||||
|
@ -369,8 +369,8 @@ object RedTorch
|
|||
flickerlight2 BIGGREENTORCH
|
||||
{
|
||||
color 0.3 1.0 0.3
|
||||
size 64
|
||||
secondarySize 72
|
||||
size 60
|
||||
secondarySize 66
|
||||
interval 0.1
|
||||
offset 0 60 0
|
||||
}
|
||||
|
@ -384,8 +384,8 @@ object GreenTorch
|
|||
flickerlight2 BIGBLUETORCH
|
||||
{
|
||||
color 0.3 0.3 1.0
|
||||
size 64
|
||||
secondarySize 72
|
||||
size 60
|
||||
secondarySize 66
|
||||
interval 0.1
|
||||
offset 0 60 0
|
||||
}
|
1258
wadsrc_lights/static/doom.doom2/gldefs.txt
Normal file
1258
wadsrc_lights/static/doom.doom2/gldefs.txt
Normal file
File diff suppressed because it is too large
Load diff
1132
wadsrc_lights/static/doom.freedoom/gldefs.txt
Normal file
1132
wadsrc_lights/static/doom.freedoom/gldefs.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue