Classes:BishopBlur

From ZDoom Wiki

Jump to: navigation, search
Dark bishop afterimage
Actor type SFX Game
DoomEd Number None Class Name BishopBlur

Classes: BishopBlur

This actor needs a description.


DECORATE definition

ACTOR BishopBlur
{
  +NOBLOCKMAP
  +NOGRAVITY
  RenderStyle Translucent
  Alpha 0.6
  States
  {
  Spawn:
    BISH A 16
    BISH A 8 A_SetTranslucent(0.4)
    Stop
  }
}
Personal tools