Classes:TeleGlitter1
Classes: TeleGlitter1
→TeleGlitter2
A small particle created by a red glitter generator. Its native action A_AccTeleGlitter increases its vertical speed by +50% when called.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Red teleporter glitter spark | |||
|---|---|---|---|
| Actor type | SFX | Game | |
| DoomEd Number | None | Class Name | TeleGlitter1 |
DECORATE definition
ACTOR TeleGlitter1
{
+NOBLOCKMAP
+NOGRAVITY
+MISSILE
RenderStyle Add
Damage 0
action native A_AccTeleGlitter();
States
{
Spawn:
TGLT A 2 Bright
TGLT B 2 Bright A_AccTeleGlitter
TGLT C 2 Bright
TGLT D 2 Bright A_AccTeleGlitter
TGLT E 2 Bright
Loop
}
}
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.