mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 13:01:03 +00:00
40 lines
466 B
Text
40 lines
466 B
Text
ACTOR SkyViewpoint native
|
|
{
|
|
+NOSECTOR
|
|
+NOBLOCKMAP
|
|
+NOGRAVITY
|
|
+DONTSPLASH
|
|
}
|
|
|
|
ACTOR SkyPicker native
|
|
{
|
|
+NOSECTOR
|
|
+NOBLOCKMAP
|
|
+NOGRAVITY
|
|
+DONTSPLASH
|
|
}
|
|
|
|
Actor SkyCamCompat : SkyViewpoint native
|
|
{
|
|
}
|
|
|
|
ACTOR StackPoint : SkyViewpoint native
|
|
{
|
|
}
|
|
|
|
ACTOR UpperStackLookOnly : StackPoint
|
|
{
|
|
}
|
|
|
|
ACTOR LowerStackLookOnly : StackPoint
|
|
{
|
|
}
|
|
|
|
|
|
ACTOR SectorSilencer native
|
|
{
|
|
+NOBLOCKMAP
|
|
+NOGRAVITY
|
|
+DONTSPLASH
|
|
RenderStyle None
|
|
}
|