mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 08:50:53 +00:00
Remove action 260 from the UDMF config
This commit is contained in:
parent
49528c1558
commit
29703f8d6a
1 changed files with 0 additions and 46 deletions
|
@ -1221,52 +1221,6 @@ udmf
|
|||
}
|
||||
}
|
||||
}
|
||||
260
|
||||
{
|
||||
title = "Generalized 3D Floor";
|
||||
prefix = "(260)";
|
||||
id = "Sector_Set3dFloor";
|
||||
requiresactivation = false;
|
||||
|
||||
arg0
|
||||
{
|
||||
title = "Target sector tag";
|
||||
type = 13;
|
||||
}
|
||||
arg1
|
||||
{
|
||||
title = "Type";
|
||||
type = 26;
|
||||
default = 1;
|
||||
enum
|
||||
{
|
||||
1 = "Solid";
|
||||
2 = "Water";
|
||||
3 = "Intangible";
|
||||
}
|
||||
flags
|
||||
{
|
||||
4 = "Render insides";
|
||||
16 = "Only render insides";
|
||||
}
|
||||
}
|
||||
arg2
|
||||
{
|
||||
title = "Flags";
|
||||
type = 12;
|
||||
enum
|
||||
{
|
||||
1 = "No shadow";
|
||||
2 = "Double shadow";
|
||||
4 = "Fog";
|
||||
}
|
||||
}
|
||||
arg3
|
||||
{
|
||||
title = "Alpha";
|
||||
default = 255;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
linedeftrigger
|
||||
|
|
Loading…
Reference in a new issue