mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-12-04 01:42:01 +00:00
Small 2.2 config tweaks
This commit is contained in:
parent
dfb77a093a
commit
c9984a6a5a
1 changed files with 14 additions and 17 deletions
|
@ -45,9 +45,6 @@ formatinterface = "SRB2MapSetIO";
|
|||
//Maximum safe map size check (0 means skip check)
|
||||
safeboundary = 0;
|
||||
|
||||
//Don't do vanilla-style thing rotation angle clamping
|
||||
doomthingrotationangles = false;
|
||||
|
||||
//Sky textures for vanilla maps
|
||||
defaultskytextures
|
||||
{
|
||||
|
@ -588,7 +585,7 @@ linedeftypes
|
|||
title = "Per-Sector Gravity";
|
||||
prefix = "(1)";
|
||||
flags64text = "[6] Flip in reverse gravity";
|
||||
flags8192text = "[13] Override MF2_OBJECTFLIP";
|
||||
flags8192text = "[13] Cancel MF2_OBJECTFLIP";
|
||||
}
|
||||
|
||||
5
|
||||
|
@ -3627,6 +3624,19 @@ thingflagsmask2 = 0;
|
|||
// 14-Yellow 15-White 16-Pink 17-Orange 18-Gold 19-Cream
|
||||
thingtypes
|
||||
{
|
||||
editor
|
||||
{
|
||||
color = 15; // White
|
||||
arrow = 1;
|
||||
title = "<Editor Things>";
|
||||
error = -1;
|
||||
width = 8;
|
||||
height = 16;
|
||||
sort = 1;
|
||||
|
||||
3328 = "3D Mode Start";
|
||||
}
|
||||
|
||||
starts
|
||||
{
|
||||
color = 1; // Blue
|
||||
|
@ -7112,19 +7122,6 @@ thingtypes
|
|||
sprite = "FS02A0";
|
||||
}
|
||||
}
|
||||
|
||||
editor
|
||||
{
|
||||
color = 15; // White
|
||||
arrow = 1;
|
||||
title = "<Editor Things>";
|
||||
error = -1;
|
||||
width = 8;
|
||||
height = 16;
|
||||
sort = 1;
|
||||
|
||||
3328 = "3D Mode Start";
|
||||
}
|
||||
}
|
||||
|
||||
//Default things filters
|
||||
|
|
Loading…
Reference in a new issue