Enable wall brightness in UZB config

This commit is contained in:
spherallic 2024-06-12 14:32:20 +02:00
parent 28dfe91b4f
commit 5302f0ce59
2 changed files with 13 additions and 13 deletions

View file

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

View file

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