mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-06 13:00:30 +00:00
4310b239f4
SVN r2151 (trunk)
40 lines
496 B
Text
40 lines
496 B
Text
ACTOR SkyViewpoint 9080 native
|
|
{
|
|
+NOSECTOR
|
|
+NOBLOCKMAP
|
|
+NOGRAVITY
|
|
+DONTSPLASH
|
|
}
|
|
|
|
ACTOR SkyPicker 9081 native
|
|
{
|
|
+NOSECTOR
|
|
+NOBLOCKMAP
|
|
+NOGRAVITY
|
|
+DONTSPLASH
|
|
}
|
|
|
|
Actor SkyCamCompat : SkyViewpoint 9083 native
|
|
{
|
|
}
|
|
|
|
ACTOR StackPoint : SkyViewpoint native
|
|
{
|
|
}
|
|
|
|
ACTOR UpperStackLookOnly : StackPoint 9077
|
|
{
|
|
}
|
|
|
|
ACTOR LowerStackLookOnly : StackPoint 9078
|
|
{
|
|
}
|
|
|
|
|
|
ACTOR SectorSilencer 9082 native
|
|
{
|
|
+NOBLOCKMAP
|
|
+NOGRAVITY
|
|
+DONTSPLASH
|
|
RenderStyle None
|
|
}
|