mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 04:50:26 +00:00
14e94b86e2
SVN r1133 (trunk)
33 lines
410 B
Text
33 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
|
|
{
|
|
}
|
|
|
|
|