mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 06:41:41 +00:00
- removed dynamic lights from Hexen's Mana pickups.
They barely glow, yet were casting relatively strong lights.
This commit is contained in:
parent
d4a64284ea
commit
605d9ecdab
1 changed files with 0 additions and 10 deletions
|
@ -1545,11 +1545,6 @@ pointlight MANA1
|
|||
offset 0 36 0
|
||||
}
|
||||
|
||||
object Mana1
|
||||
{
|
||||
frame MAN1 { light MANA1 }
|
||||
}
|
||||
|
||||
// Green mana
|
||||
pointlight MANA2
|
||||
{
|
||||
|
@ -1559,11 +1554,6 @@ pointlight MANA2
|
|||
offset 0 36 0
|
||||
}
|
||||
|
||||
object Mana2
|
||||
{
|
||||
frame MAN2 { light MANA2 }
|
||||
}
|
||||
|
||||
// Combined mana
|
||||
pointlight MANA3
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue