Add UDB CFG entry for the generalized FOF.

This commit is contained in:
Nev3r 2021-06-02 22:41:36 +02:00
parent 2fe8f8235c
commit ff614f8018

View file

@ -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