mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-24 13:21:20 +00:00
Rename some of the generalized 3D floor args
This commit is contained in:
parent
ffece845e4
commit
4bedca6ba7
1 changed files with 7 additions and 7 deletions
|
@ -2204,7 +2204,7 @@ udmf
|
||||||
|
|
||||||
arg0
|
arg0
|
||||||
{
|
{
|
||||||
title = "Sector Tag";
|
title = "Target sector tag";
|
||||||
type = 13;
|
type = 13;
|
||||||
}
|
}
|
||||||
arg1
|
arg1
|
||||||
|
@ -2220,8 +2220,8 @@ udmf
|
||||||
}
|
}
|
||||||
flags
|
flags
|
||||||
{
|
{
|
||||||
4 = "Render Both Sides";
|
4 = "Render insides";
|
||||||
16 = "Invert Sides";
|
16 = "Only render insides";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
arg2
|
arg2
|
||||||
|
@ -2230,14 +2230,14 @@ udmf
|
||||||
type = 12;
|
type = 12;
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
1 = "Disable shadowcast";
|
1 = "No shadow";
|
||||||
2 = "Double shadowcast";
|
2 = "Double shadow";
|
||||||
4 = "Fog block";
|
4 = "Fog";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
arg3
|
arg3
|
||||||
{
|
{
|
||||||
title = "Opacity";
|
title = "Alpha";
|
||||||
default = 255;
|
default = 255;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue