mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- changed the BFG decal for Freedoom to blue. With the software renderer this will be displayed as gray due to lack of blue in the palette. (Itz's still better than green, though.)
This commit is contained in:
parent
46b5900a0d
commit
006d3022ca
1 changed files with 29 additions and 0 deletions
29
wadsrc/static/filter/doom.freedoom/decaldef.z
Normal file
29
wadsrc/static/filter/doom.freedoom/decaldef.z
Normal file
|
@ -0,0 +1,29 @@
|
|||
|
||||
/***** BFG Scorches ********************************************************/
|
||||
|
||||
decal BFGLightning1
|
||||
{
|
||||
pic BFGLITE1
|
||||
shade "80 80 ff"
|
||||
fullbright
|
||||
randomflipx
|
||||
animator GoAway2
|
||||
lowerdecal BFGScorch
|
||||
}
|
||||
|
||||
decal BFGLightning2
|
||||
{
|
||||
pic BFGLITE2
|
||||
shade "80 80 ff"
|
||||
fullbright
|
||||
randomflipy
|
||||
animator GoAway2
|
||||
lowerdecal BFGScorch
|
||||
}
|
||||
|
||||
decalgroup BFGLightning
|
||||
{
|
||||
BFGLightning1 1
|
||||
BFGLightning2 1
|
||||
}
|
||||
|
Loading…
Reference in a new issue