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

40 lines
426 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
}