mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Update the 2.2 config and change some default settings.
This commit is contained in:
parent
9ca9e63244
commit
e8ebbbf53e
2 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue