gzdoom/wadsrc/static/actors/shared/skies.txt
2015-04-03 16:34:07 +02:00

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
}