mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-26 13:51:40 +00:00
Move UDMF config settings into the right spot
This commit is contained in:
parent
164c3aa9b1
commit
29cb95ac1a
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,6 @@ mapformat_doom
|
|||
|
||||
// When this is set to true, sectors with the same tag will light up when a line is highlighted
|
||||
linetagindicatesectors = true;
|
||||
localsidedeftextureoffsets = false;
|
||||
distinctfloorandceilingbrightness = true;
|
||||
|
||||
// Special linedefs
|
||||
include("SRB222_misc.cfg", "speciallinedefs");
|
||||
|
@ -227,6 +225,8 @@ mapformat_udmf
|
|||
|
||||
// When this is set to true, sectors with the same tag will light up when a line is highlighted
|
||||
linetagindicatesectors = false;
|
||||
localsidedeftextureoffsets = false;
|
||||
distinctfloorandceilingbrightness = true;
|
||||
|
||||
// Special linedefs
|
||||
include("SRB222_misc.cfg", "speciallinedefs_udmf");
|
||||
|
|
Loading…
Reference in a new issue