mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-05 20:40:30 +00:00
ef2c9243c5
- 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)
42 lines
458 B
Text
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
|
|
}
|
|
|