mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- toned down the dynamic light of Doom's barrel. This is supposed to emit a faint glow, not to light the entire surrpundings.
This commit is contained in:
parent
a597979738
commit
1f4342b48e
3 changed files with 9 additions and 9 deletions
|
@ -317,9 +317,9 @@ object BFGExtra
|
|||
// Barrel
|
||||
pulselight BARREL
|
||||
{
|
||||
color 0.0 0.5 0.0
|
||||
size 30
|
||||
secondarySize 31
|
||||
color 0.0 0.3 0.0
|
||||
size 20
|
||||
secondarySize 21
|
||||
interval 0.5
|
||||
offset 0 36 0
|
||||
dontlightself 1
|
||||
|
|
|
@ -317,9 +317,9 @@ object BFGExtra
|
|||
// Barrel
|
||||
pulselight BARREL
|
||||
{
|
||||
color 0.0 0.5 0.0
|
||||
size 30
|
||||
secondarySize 31
|
||||
color 0.0 0.3 0.0
|
||||
size 20
|
||||
secondarySize 21
|
||||
interval 0.5
|
||||
offset 0 36 0
|
||||
dontlightself 1
|
||||
|
|
|
@ -316,9 +316,9 @@ object BFGExtra
|
|||
// Barrel
|
||||
pulselight BARREL
|
||||
{
|
||||
color 0.0 0.5 0.0
|
||||
size 30
|
||||
secondarySize 31
|
||||
color 0.0 0.3 0.0
|
||||
size 20
|
||||
secondarySize 21
|
||||
interval 0.5
|
||||
offset 0 36 0
|
||||
dontlightself 1
|
||||
|
|
Loading…
Reference in a new issue