diff --git a/Build/Configurations/SRB2-22.cfg b/Build/Configurations/SRB2-22.cfg index bc7a303..e20ca11 100644 --- a/Build/Configurations/SRB2-22.cfg +++ b/Build/Configurations/SRB2-22.cfg @@ -3088,7 +3088,7 @@ linedeftypes title = "Copy Frontside Floor Slope to Backside"; prefix = "(730)"; slope = "copy"; - slopeargs = 1; + slopeargs = 4; copyslopeargs = 1; } @@ -3097,7 +3097,7 @@ linedeftypes title = "Copy Frontside Ceiling Slope to Backside"; prefix = "(731)"; slope = "copy"; - slopeargs = 2; + slopeargs = 8; copyslopeargs = 4; } @@ -3106,7 +3106,7 @@ linedeftypes title = "Copy Frontside Floor and Ceiling Slope to Backside"; prefix = "(732)"; slope = "copy"; - slopeargs = 3; + slopeargs = 12; copyslopeargs = 5; } @@ -6564,7 +6564,7 @@ thingtypes 2202 { title = "Chicken"; - sprite = "FL03A1"; + sprite = "FL03A1"; } 2203 { diff --git a/Build/ZoneBuilder.default.cfg b/Build/ZoneBuilder.default.cfg index 0bdc208..4305693 100644 --- a/Build/ZoneBuilder.default.cfg +++ b/Build/ZoneBuilder.default.cfg @@ -343,7 +343,7 @@ configurations srb2-21slopeszb { - enabled = true; + enabled = false; nodebuildersave = "zennode_normal"; nodebuildertest = "zennode_fast"; currentengineindex = 0; @@ -826,7 +826,7 @@ configurations srb2td-10 { - enabled = true; + enabled = false; nodebuildersave = "zennode_normal"; nodebuildertest = "zennode_fast"; currentengineindex = 0; @@ -1255,7 +1255,7 @@ plugins editnewthing = true; editnewsector = false; additiveselect = false; - dontusenodes = false; + dontusenodes = true; stitchrange = 20; highlightrange = 20; highlightthingsrange = 10; @@ -1266,7 +1266,7 @@ plugins autodrawonedit = true; autoaligntextureoffsetsoncreate = false; dontmovegeometryoutsidemapboundary = true; - syncselection = false; + syncselection = true; } } @@ -1290,7 +1290,7 @@ pasteoptions } toolbarscript = false; -toolbarundo = false; +toolbarundo = true; toolbarcopy = false; toolbarprefabs = true; toolbarfilter = true; @@ -1321,7 +1321,7 @@ drawcrosshair = true; drawfullcrosshair = false; maxrecentfiles = 8; maxbackups = 3; -autoclearsidetextures = true; +autoclearsidetextures = false; storeselectededittab = true; rendercomments = true; rendergrid = true;