Classes:BishopBlur
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
| Dark bishop afterimage | |||
|---|---|---|---|
| Actor type | SFX | Game | |
| DoomEd Number | None | Class Name | BishopBlur |
Classes: Actor → BishopBlur
The afterimage spawned by the dark bishop after he does a "quick step".
DECORATE definition
ACTOR BishopBlur
{
+NOBLOCKMAP
+NOGRAVITY
RenderStyle Translucent
Alpha 0.6
States
{
Spawn:
BISH A 16
BISH A 8 A_SetTranslucent(0.4)
Stop
}
}