mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-31 21:00:56 +00:00
Add new line/side properties to config
This commit is contained in:
parent
16b1027d7b
commit
3c8373205a
1 changed files with 6 additions and 0 deletions
|
@ -100,7 +100,13 @@ mapformat_udmf
|
||||||
|
|
||||||
// When this is set to true, sectors with the same tag will light up when a line is highlighted
|
// When this is set to true, sectors with the same tag will light up when a line is highlighted
|
||||||
linetagindicatesectors = false;
|
linetagindicatesectors = false;
|
||||||
|
|
||||||
|
// Additional line/side properties
|
||||||
|
distinctwallbrightness = false;
|
||||||
|
distinctsidedefpartbrightness = false;
|
||||||
localsidedeftextureoffsets = false;
|
localsidedeftextureoffsets = false;
|
||||||
|
|
||||||
|
// Additional sector properties
|
||||||
distinctfloorandceilingbrightness = true;
|
distinctfloorandceilingbrightness = true;
|
||||||
|
|
||||||
planeequationsupport = true;
|
planeequationsupport = true;
|
||||||
|
|
Loading…
Reference in a new issue