mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-07 13:30:16 +00:00
34 lines
410 B
Text
34 lines
410 B
Text
|
ACTOR InterpolationPoint 9070 native
|
||
|
{
|
||
|
+NOBLOCKMAP
|
||
|
+NOGRAVITY
|
||
|
+DONTSPLASH
|
||
|
RenderStyle None
|
||
|
}
|
||
|
|
||
|
ACTOR InterpolationSpecial 9075 native
|
||
|
{
|
||
|
+NOBLOCKMAP
|
||
|
+NOSECTOR
|
||
|
+NOGRAVITY
|
||
|
+DONTSPLASH
|
||
|
}
|
||
|
|
||
|
ACTOR PathFollower 9071 native
|
||
|
{
|
||
|
+NOBLOCKMAP
|
||
|
+NOSECTOR
|
||
|
+NOGRAVITY
|
||
|
+DONTSPLASH
|
||
|
}
|
||
|
|
||
|
ACTOR ActorMover : PathFollower 9074 native
|
||
|
{
|
||
|
}
|
||
|
|
||
|
ACTOR MovingCamera : PathFollower 9072 native
|
||
|
{
|
||
|
}
|
||
|
|
||
|
|