mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 04:01:31 +00:00
- fixed typos in Doom lights definitions
https://forum.zdoom.org/viewtopic.php?t=66529
This commit is contained in:
parent
51c90f54a4
commit
5b452b5d04
1 changed files with 3 additions and 4 deletions
|
@ -195,7 +195,7 @@ pointlight PLASMABALL2
|
|||
attenuate 1
|
||||
}
|
||||
|
||||
flickerlight PLASMA1_X1
|
||||
flickerlight PLASMA2_X1
|
||||
{
|
||||
color 0.9 0.2 0.2
|
||||
size 96
|
||||
|
@ -204,7 +204,7 @@ flickerlight PLASMA1_X1
|
|||
attenuate 1
|
||||
}
|
||||
|
||||
flickerlight PLASMA1_X2
|
||||
flickerlight PLASMA2_X2
|
||||
{
|
||||
color 0.6 0.2 0.2
|
||||
size 120
|
||||
|
@ -213,7 +213,7 @@ flickerlight PLASMA1_X2
|
|||
attenuate 1
|
||||
}
|
||||
|
||||
flickerlight PLASMA1_X3
|
||||
flickerlight PLASMA2_X3
|
||||
{
|
||||
color 0.2 0.0 0.0
|
||||
size 12
|
||||
|
@ -274,7 +274,6 @@ flickerlight BFGBALL_X4
|
|||
secondarySize 96
|
||||
chance 0.3
|
||||
attenuate 1
|
||||
attenuate 1
|
||||
}
|
||||
|
||||
flickerlight BFGBALL_X5
|
||||
|
|
Loading…
Reference in a new issue