qzdoom/wadsrc/static/actors/shared/teleport.txt
Christoph Oelckers ef2c9243c5 - Converted teleport fog and destinations to DECORATE.
- AActor::PreExplode is gone now that the last item that was using it has been converted.
- Converted the Sigil and the remaining things in a_strifeitems.cpp to DECORATE.


SVN r1132 (trunk)
2008-08-08 19:47:18 +00:00

42 lines
458 B
Text

ACTOR TeleportFog native
{
+NOBLOCKMAP
+NOTELEPORT
+NOGRAVITY
RenderStyle Add
States
{
Spawn:
TFOG ABABCDEFGHIJ 6 Bright
Stop
Raven:
TELE ABCDEFGHGFEDC 6 Bright
Stop
Strife:
TFOG ABCDEFEDCB 6 Bright
Stop
}
}
ACTOR TeleportDest 14
{
+NOBLOCKMAP
+NOSECTOR
+DONTSPLASH
}
ACTOR TeleportDest2 : TeleportDest 9044
{
+NOGRAVITY
}
ACTOR TeleportDest3 : TeleportDest2 9043
{
-NOGRAVITY
}