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
|
||||
{
|
||||
title = "Sector Tag";
|
||||
title = "Target sector tag";
|
||||
type = 13;
|
||||
}
|
||||
arg1
|
||||
|
@ -2220,8 +2220,8 @@ udmf
|
|||
}
|
||||
flags
|
||||
{
|
||||
4 = "Render Both Sides";
|
||||
16 = "Invert Sides";
|
||||
4 = "Render insides";
|
||||
16 = "Only render insides";
|
||||
}
|
||||
}
|
||||
arg2
|
||||
|
@ -2230,14 +2230,14 @@ udmf
|
|||
type = 12;
|
||||
enum
|
||||
{
|
||||
1 = "Disable shadowcast";
|
||||
2 = "Double shadowcast";
|
||||
4 = "Fog block";
|
||||
1 = "No shadow";
|
||||
2 = "Double shadow";
|
||||
4 = "Fog";
|
||||
}
|
||||
}
|
||||
arg3
|
||||
{
|
||||
title = "Opacity";
|
||||
title = "Alpha";
|
||||
default = 255;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue