Classes:BishopBlur
Classes: Actor → BishopBlur
The afterimage spawned by the dark bishop after he does a "quick step".
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Dark bishop afterimage | |||
|---|---|---|---|
| Actor type | SFX | Game | |
| DoomEd Number | None | Class Name | BishopBlur |
DECORATE definition
ACTOR BishopBlur
{
+NOBLOCKMAP
+NOGRAVITY
RenderStyle Translucent
Alpha 0.6
States
{
Spawn:
BISH A 16
BISH A 8 A_SetTranslucent(0.4)
Stop
}
}
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.