Classes:FlameSmallTemp
Classes: Actor → FlameSmallTemp
This actor needs a description.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Small temporary flame | |||
|---|---|---|---|
| Actor type | Light source | Game | |
| DoomEd Number | 10500 | Class Name | FlameSmallTemp |
| Spawn ID | 96 | Identifier | T_TEMPSMALLFLAME |
DECORATE definition
ACTOR FlameSmallTemp
{
+NOTELEPORT
RenderStyle Add
States
{
Spawn:
FFSM AB 3 Bright
FFSM C 2 Bright A_CountdownArg(0)
FFSM C 2 Bright
FFSM D 3 Bright
FFSM E 3 Bright A_CountdownArg(0)
Loop
}
}
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.