Small 2.2 config tweaks

This commit is contained in:
spherallic 2023-05-04 02:21:10 +02:00
parent dfb77a093a
commit c9984a6a5a
1 changed files with 14 additions and 17 deletions

View File

@ -45,9 +45,6 @@ formatinterface = "SRB2MapSetIO";
//Maximum safe map size check (0 means skip check) //Maximum safe map size check (0 means skip check)
safeboundary = 0; safeboundary = 0;
//Don't do vanilla-style thing rotation angle clamping
doomthingrotationangles = false;
//Sky textures for vanilla maps //Sky textures for vanilla maps
defaultskytextures defaultskytextures
{ {
@ -588,7 +585,7 @@ linedeftypes
title = "Per-Sector Gravity"; title = "Per-Sector Gravity";
prefix = "(1)"; prefix = "(1)";
flags64text = "[6] Flip in reverse gravity"; flags64text = "[6] Flip in reverse gravity";
flags8192text = "[13] Override MF2_OBJECTFLIP"; flags8192text = "[13] Cancel MF2_OBJECTFLIP";
} }
5 5
@ -3627,6 +3624,19 @@ thingflagsmask2 = 0;
// 14-Yellow 15-White 16-Pink 17-Orange 18-Gold 19-Cream // 14-Yellow 15-White 16-Pink 17-Orange 18-Gold 19-Cream
thingtypes thingtypes
{ {
editor
{
color = 15; // White
arrow = 1;
title = "<Editor Things>";
error = -1;
width = 8;
height = 16;
sort = 1;
3328 = "3D Mode Start";
}
starts starts
{ {
color = 1; // Blue color = 1; // Blue
@ -7112,19 +7122,6 @@ thingtypes
sprite = "FS02A0"; 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 //Default things filters