mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 12:30:32 +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
|
// Wraithverge
|
||||||
flickerlight GHOST
|
flickerlight GHOST
|
||||||
{
|
{
|
||||||
attenuate 1
|
|
||||||
color 1.0 1.0 1.0
|
color 1.0 1.0 1.0
|
||||||
size 84
|
size 84
|
||||||
secondarysize 78
|
secondarysize 78
|
||||||
|
@ -347,13 +346,13 @@ flickerlight GHOST
|
||||||
|
|
||||||
object HolyMissile
|
object HolyMissile
|
||||||
{
|
{
|
||||||
frame SPIRP { light GHOST }
|
//frame SPIRP { light GHOST }
|
||||||
}
|
}
|
||||||
|
|
||||||
object HolySpirit
|
object HolySpirit
|
||||||
{
|
{
|
||||||
frame SPIRA { light GHOST }
|
//frame SPIRA { light GHOST }
|
||||||
frame SPIRB { light GHOST }
|
//frame SPIRB { light GHOST }
|
||||||
}
|
}
|
||||||
|
|
||||||
// Mage wand
|
// Mage wand
|
||||||
|
|
Loading…
Reference in a new issue