mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 08:50:53 +00:00
Enable wall brightness in UZB config
This commit is contained in:
parent
28dfe91b4f
commit
5302f0ce59
2 changed files with 13 additions and 13 deletions
|
@ -115,7 +115,7 @@ mapformat_udmf
|
||||||
|
|
||||||
// Enables setting distinct brightness for floor, ceiling, and walls
|
// Enables setting distinct brightness for floor, ceiling, and walls
|
||||||
distinctfloorandceilingbrightness = true;
|
distinctfloorandceilingbrightness = true;
|
||||||
distinctwallbrightness = false;
|
distinctwallbrightness = true;
|
||||||
|
|
||||||
// Enables setting distinct brightness for upper, middle, and lower sidedef parts
|
// Enables setting distinct brightness for upper, middle, and lower sidedef parts
|
||||||
distinctsidedefpartbrightness = false;
|
distinctsidedefpartbrightness = false;
|
||||||
|
|
|
@ -280,18 +280,18 @@ universalfields
|
||||||
default = "";
|
default = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
//light
|
light
|
||||||
//{
|
{
|
||||||
// type = 0;
|
type = 0;
|
||||||
// default = 0;
|
default = 0;
|
||||||
//}
|
}
|
||||||
//
|
|
||||||
//lightabsolute
|
lightabsolute
|
||||||
//{
|
{
|
||||||
// type = 3;
|
type = 3;
|
||||||
// default = false;
|
default = false;
|
||||||
//}
|
}
|
||||||
//
|
|
||||||
//light_top
|
//light_top
|
||||||
//{
|
//{
|
||||||
// type = 0;
|
// type = 0;
|
||||||
|
|
Loading…
Reference in a new issue