mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 08:50:53 +00:00
Add UDB CFG entry for the generalized FOF.
This commit is contained in:
parent
2fe8f8235c
commit
ff614f8018
1 changed files with 45 additions and 0 deletions
|
@ -562,6 +562,51 @@ doom
|
|||
title = "Custom FOF";
|
||||
prefix = "(259)";
|
||||
}
|
||||
260
|
||||
{
|
||||
title = "Generalized 3D Floor";
|
||||
id = "Sector_Set3dFloor";
|
||||
requiresactivation = false;
|
||||
|
||||
arg0
|
||||
{
|
||||
title = "Sector Tag";
|
||||
type = 13;
|
||||
}
|
||||
arg1
|
||||
{
|
||||
title = "Type";
|
||||
type = 26;
|
||||
default = 1;
|
||||
enum
|
||||
{
|
||||
1 = "Solid";
|
||||
2 = "Water";
|
||||
3 = "Intangible";
|
||||
}
|
||||
flags
|
||||
{
|
||||
4 = "Render Both Sides";
|
||||
16 = "Invert Sides";
|
||||
}
|
||||
}
|
||||
arg2
|
||||
{
|
||||
title = "Flags";
|
||||
type = 12;
|
||||
enum
|
||||
{
|
||||
1 = "Disable shadowcast";
|
||||
2 = "Double shadowcast";
|
||||
4 = "Fog block";
|
||||
}
|
||||
}
|
||||
arg3
|
||||
{
|
||||
title = "Opacity";
|
||||
default = 255;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
linedeftrigger
|
||||
|
|
Loading…
Reference in a new issue