mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
2.2 config changes: unique graphics for object circles, some reorganization
This commit is contained in:
parent
2d2df708ef
commit
d92736ad2f
7 changed files with 17 additions and 30 deletions
|
@ -4968,7 +4968,7 @@ thingtypes
|
|||
604
|
||||
{
|
||||
title = "Circle of Rings";
|
||||
sprite = "RINGA0";
|
||||
sprite = "internal:circlering";
|
||||
width = 96;
|
||||
height = 192;
|
||||
unflippable = true;
|
||||
|
@ -4977,7 +4977,7 @@ thingtypes
|
|||
605
|
||||
{
|
||||
title = "Circle of Rings (Big)";
|
||||
sprite = "RINGA0";
|
||||
sprite = "internal:circlebigring";
|
||||
width = 192;
|
||||
unflippable = true;
|
||||
centerHitbox = true;
|
||||
|
@ -4985,7 +4985,7 @@ thingtypes
|
|||
606
|
||||
{
|
||||
title = "Circle of Blue Spheres";
|
||||
sprite = "SPHRA0";
|
||||
sprite = "internal:circlesphere";
|
||||
width = 96;
|
||||
height = 192;
|
||||
unflippable = true;
|
||||
|
@ -4994,7 +4994,7 @@ thingtypes
|
|||
607
|
||||
{
|
||||
title = "Circle of Blue Spheres (Big)";
|
||||
sprite = "SPHRA0";
|
||||
sprite = "internal:circlebigsphere";
|
||||
width = 192;
|
||||
unflippable = true;
|
||||
centerHitbox = true;
|
||||
|
@ -5002,7 +5002,7 @@ thingtypes
|
|||
608
|
||||
{
|
||||
title = "Circle of Rings and Spheres";
|
||||
sprite = "SPHRA0";
|
||||
sprite = "internal:circleringsphere";
|
||||
width = 96;
|
||||
height = 192;
|
||||
unflippable = true;
|
||||
|
@ -5011,7 +5011,7 @@ thingtypes
|
|||
609
|
||||
{
|
||||
title = "Circle of Rings and Spheres (Big)";
|
||||
sprite = "SPHRA0";
|
||||
sprite = "internal:circlebigringsphere";
|
||||
width = 192;
|
||||
unflippable = true;
|
||||
centerHitbox = true;
|
||||
|
@ -5024,72 +5024,61 @@ thingtypes
|
|||
title = "Ambience";
|
||||
width = 8;
|
||||
height = 16;
|
||||
sprite = "UNKNA0";
|
||||
sprite = "internal:ambiance";
|
||||
|
||||
700
|
||||
{
|
||||
title = "Water Ambience A (Large)";
|
||||
sprite = "internal:ambiance";
|
||||
}
|
||||
|
||||
701
|
||||
{
|
||||
title = "Water Ambience B (Large)";
|
||||
sprite = "internal:ambiance";
|
||||
}
|
||||
|
||||
702
|
||||
{
|
||||
title = "Water Ambience C (Medium)";
|
||||
sprite = "internal:ambiance";
|
||||
}
|
||||
|
||||
703
|
||||
{
|
||||
title = "Water Ambience D (Medium)";
|
||||
sprite = "internal:ambiance";
|
||||
}
|
||||
|
||||
704
|
||||
{
|
||||
title = "Water Ambience E (Small)";
|
||||
sprite = "internal:ambiance";
|
||||
}
|
||||
|
||||
705
|
||||
{
|
||||
title = "Water Ambience F (Small)";
|
||||
sprite = "internal:ambiance";
|
||||
}
|
||||
|
||||
706
|
||||
{
|
||||
title = "Water Ambience G (Extra Large)";
|
||||
sprite = "internal:ambiance";
|
||||
}
|
||||
|
||||
707
|
||||
{
|
||||
title = "Water Ambience H (Extra Large)";
|
||||
sprite = "internal:ambiance";
|
||||
}
|
||||
|
||||
708
|
||||
{
|
||||
title = "Disco Ambience";
|
||||
sprite = "internal:ambiance";
|
||||
}
|
||||
|
||||
709
|
||||
{
|
||||
title = "Volcano Ambience";
|
||||
sprite = "internal:ambiance";
|
||||
}
|
||||
|
||||
710
|
||||
{
|
||||
title = "Machine Ambience";
|
||||
sprite = "internal:ambiance";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -6444,7 +6433,7 @@ thingtypes
|
|||
|
||||
nightstrk
|
||||
{
|
||||
color = 13; // Pink
|
||||
color = 16; // Light Pink
|
||||
title = "NiGHTS Track";
|
||||
width = 8;
|
||||
height = 4096;
|
||||
|
@ -6480,15 +6469,6 @@ thingtypes
|
|||
flagsvaluetext = "Order";
|
||||
parametertext = "Mare";
|
||||
}
|
||||
1710
|
||||
{
|
||||
title = "Ideya Capture";
|
||||
sprite = "CAPSA0";
|
||||
width = 72;
|
||||
height = 144;
|
||||
angletext = "Spheres";
|
||||
parametertext = "Mare";
|
||||
}
|
||||
}
|
||||
|
||||
nights
|
||||
|
@ -6521,7 +6501,6 @@ thingtypes
|
|||
unflippable = true;
|
||||
flagsvaluetext = "Pitch";
|
||||
angletext = "Yaw";
|
||||
fixedrotation = 1;
|
||||
}
|
||||
1705
|
||||
{
|
||||
|
@ -6544,7 +6523,6 @@ thingtypes
|
|||
height = 24;
|
||||
flags8height = 24;
|
||||
flags8text = "[8] Float";
|
||||
unflippable = true;
|
||||
}
|
||||
1707
|
||||
{
|
||||
|
@ -6567,6 +6545,15 @@ thingtypes
|
|||
flags4text = "[4] Bonus time only";
|
||||
flags8text = "[8] Spawn immediately";
|
||||
}
|
||||
1710
|
||||
{
|
||||
title = "Ideya Capture";
|
||||
sprite = "CAPSA0";
|
||||
width = 72;
|
||||
height = 144;
|
||||
angletext = "Spheres";
|
||||
parametertext = "Mare";
|
||||
}
|
||||
1711
|
||||
{
|
||||
title = "Extra Time";
|
||||
|
|
BIN
Build/Sprites/circlebigring.png
Normal file
BIN
Build/Sprites/circlebigring.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
Build/Sprites/circlebigringsphere.png
Normal file
BIN
Build/Sprites/circlebigringsphere.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
Build/Sprites/circlebigsphere.png
Normal file
BIN
Build/Sprites/circlebigsphere.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
Build/Sprites/circlering.png
Normal file
BIN
Build/Sprites/circlering.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
Build/Sprites/circleringsphere.png
Normal file
BIN
Build/Sprites/circleringsphere.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
BIN
Build/Sprites/circlesphere.png
Normal file
BIN
Build/Sprites/circlesphere.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in a new issue