gzdoom-gles/wadsrc/static/zscript/shared/camera.txt

30 lines
282 B
Plaintext
Raw Normal View History

class DoomBuilderCamera : Actor
{
States
{
Spawn:
TNT1 A 1;
Stop;
}
}
class SecurityCamera : Actor native
{
default
{
+NOBLOCKMAP
+NOGRAVITY
+DONTSPLASH
}
default
{
RenderStyle "None";
CameraHeight 0;
}
}
class AimingCamera : SecurityCamera native
{
}