Classes:FogPatchSmall
Classes: FogPatchSmall
→FogPatchMedium
→FogPatchLarge
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Small patch of fog | |||
|---|---|---|---|
| Actor type | SFX | Game | |
| DoomEd Number | 10001 | Class Name | FogPatchSmall |
A small patch of fog generated by a FogSpawner actor.
DECORATE definition
ACTOR FogPatchSmall
{
Speed 1
+NOBLOCKMAP
+NOGRAVITY
+NOCLIP
+FLOAT
+NOTELEPORT
RenderStyle Translucent
Alpha 0.6
action native A_FogMove();
States
{
Spawn:
FOGS ABCDE 7 A_FogMove
Loop
Death:
FOGS E 5
Stop
}
}
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.