mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 13:01:03 +00:00
30 lines
282 B
Text
30 lines
282 B
Text
|
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
|
||
|
{
|
||
|
}
|