mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-19 07:00:52 +00:00
- disabled the subtractive light for the spirits of Hexen's Wraithverge.
This commit is contained in:
parent
dd916932e1
commit
80d8962818
1 changed files with 3 additions and 4 deletions
|
@ -337,7 +337,6 @@ object CFlameFloor
|
|||
// Wraithverge
|
||||
flickerlight GHOST
|
||||
{
|
||||
attenuate 1
|
||||
color 1.0 1.0 1.0
|
||||
size 84
|
||||
secondarysize 78
|
||||
|
@ -347,13 +346,13 @@ flickerlight GHOST
|
|||
|
||||
object HolyMissile
|
||||
{
|
||||
frame SPIRP { light GHOST }
|
||||
//frame SPIRP { light GHOST }
|
||||
}
|
||||
|
||||
object HolySpirit
|
||||
{
|
||||
frame SPIRA { light GHOST }
|
||||
frame SPIRB { light GHOST }
|
||||
//frame SPIRA { light GHOST }
|
||||
//frame SPIRB { light GHOST }
|
||||
}
|
||||
|
||||
// Mage wand
|
||||
|
|
Loading…
Reference in a new issue