gzdoom/wadsrc/static/actors/shared/movingcamera.txt
2016-03-01 09:47:10 -06:00

33 lines
352 B
Text

ACTOR InterpolationPoint native
{
+NOBLOCKMAP
+NOGRAVITY
+DONTSPLASH
RenderStyle None
}
ACTOR InterpolationSpecial native
{
+NOBLOCKMAP
+NOSECTOR
+NOGRAVITY
+DONTSPLASH
}
ACTOR PathFollower native
{
+NOBLOCKMAP
+NOSECTOR
+NOGRAVITY
+DONTSPLASH
}
ACTOR ActorMover : PathFollower native
{
}
ACTOR MovingCamera : PathFollower native
{
}