mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Small 2.2 config updates
This commit is contained in:
parent
8172220cb7
commit
b2fca06969
1 changed files with 33 additions and 34 deletions
|
@ -3627,19 +3627,6 @@ 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
|
||||||
|
@ -5572,7 +5559,7 @@ thingtypes
|
||||||
1107
|
1107
|
||||||
{
|
{
|
||||||
title = "Chain Spawnpoint";
|
title = "Chain Spawnpoint";
|
||||||
sprite = "BMCHA0";
|
sprite = "BMCHB0";
|
||||||
width = 17;
|
width = 17;
|
||||||
height = 34;
|
height = 34;
|
||||||
flags8text = "[8] Double size";
|
flags8text = "[8] Double size";
|
||||||
|
@ -5585,7 +5572,7 @@ thingtypes
|
||||||
{
|
{
|
||||||
arrow = 1;
|
arrow = 1;
|
||||||
title = "Hidden Chain Spawnpoint";
|
title = "Hidden Chain Spawnpoint";
|
||||||
sprite = "internal:chain3";
|
sprite = "SMCHA0";
|
||||||
width = 17;
|
width = 17;
|
||||||
height = 34;
|
height = 34;
|
||||||
flags8text = "[8] Double size";
|
flags8text = "[8] Double size";
|
||||||
|
@ -6435,7 +6422,7 @@ thingtypes
|
||||||
nightstrk
|
nightstrk
|
||||||
{
|
{
|
||||||
color = 16; // Light Pink
|
color = 16; // Light Pink
|
||||||
title = "NiGHTS Track";
|
title = "NiGHTS Track & Basics";
|
||||||
width = 8;
|
width = 8;
|
||||||
height = 4096;
|
height = 4096;
|
||||||
sprite = "UNKNA0";
|
sprite = "UNKNA0";
|
||||||
|
@ -6470,15 +6457,6 @@ thingtypes
|
||||||
flagsvaluetext = "Order";
|
flagsvaluetext = "Order";
|
||||||
parametertext = "Mare";
|
parametertext = "Mare";
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
nights
|
|
||||||
{
|
|
||||||
color = 13; // Pink
|
|
||||||
title = "NiGHTS Items";
|
|
||||||
width = 16;
|
|
||||||
height = 32;
|
|
||||||
|
|
||||||
1703
|
1703
|
||||||
{
|
{
|
||||||
title = "Ideya Drone";
|
title = "Ideya Drone";
|
||||||
|
@ -6492,6 +6470,23 @@ thingtypes
|
||||||
fixedrotation = 1;
|
fixedrotation = 1;
|
||||||
parametertext = "Height";
|
parametertext = "Height";
|
||||||
}
|
}
|
||||||
|
1710
|
||||||
|
{
|
||||||
|
title = "Ideya Capture";
|
||||||
|
sprite = "CAPSA0";
|
||||||
|
width = 72;
|
||||||
|
height = 144;
|
||||||
|
angletext = "Spheres";
|
||||||
|
parametertext = "Mare";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
nights
|
||||||
|
{
|
||||||
|
color = 13; // Pink
|
||||||
|
title = "NiGHTS Items";
|
||||||
|
width = 16;
|
||||||
|
height = 32;
|
||||||
1704
|
1704
|
||||||
{
|
{
|
||||||
arrow = 1;
|
arrow = 1;
|
||||||
|
@ -6546,15 +6541,6 @@ thingtypes
|
||||||
flags4text = "[4] Bonus time only";
|
flags4text = "[4] Bonus time only";
|
||||||
flags8text = "[8] Spawn immediately";
|
flags8text = "[8] Spawn immediately";
|
||||||
}
|
}
|
||||||
1710
|
|
||||||
{
|
|
||||||
title = "Ideya Capture";
|
|
||||||
sprite = "CAPSA0";
|
|
||||||
width = 72;
|
|
||||||
height = 144;
|
|
||||||
angletext = "Spheres";
|
|
||||||
parametertext = "Mare";
|
|
||||||
}
|
|
||||||
1711
|
1711
|
||||||
{
|
{
|
||||||
title = "Extra Time";
|
title = "Extra Time";
|
||||||
|
@ -7126,6 +7112,19 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue