2.2 config changes: unique graphics for object circles, some reorganization

This commit is contained in:
spherallic 2023-01-18 17:14:31 +01:00
parent 2d2df708ef
commit d92736ad2f
7 changed files with 17 additions and 30 deletions

View File

@ -4968,7 +4968,7 @@ thingtypes
604 604
{ {
title = "Circle of Rings"; title = "Circle of Rings";
sprite = "RINGA0"; sprite = "internal:circlering";
width = 96; width = 96;
height = 192; height = 192;
unflippable = true; unflippable = true;
@ -4977,7 +4977,7 @@ thingtypes
605 605
{ {
title = "Circle of Rings (Big)"; title = "Circle of Rings (Big)";
sprite = "RINGA0"; sprite = "internal:circlebigring";
width = 192; width = 192;
unflippable = true; unflippable = true;
centerHitbox = true; centerHitbox = true;
@ -4985,7 +4985,7 @@ thingtypes
606 606
{ {
title = "Circle of Blue Spheres"; title = "Circle of Blue Spheres";
sprite = "SPHRA0"; sprite = "internal:circlesphere";
width = 96; width = 96;
height = 192; height = 192;
unflippable = true; unflippable = true;
@ -4994,7 +4994,7 @@ thingtypes
607 607
{ {
title = "Circle of Blue Spheres (Big)"; title = "Circle of Blue Spheres (Big)";
sprite = "SPHRA0"; sprite = "internal:circlebigsphere";
width = 192; width = 192;
unflippable = true; unflippable = true;
centerHitbox = true; centerHitbox = true;
@ -5002,7 +5002,7 @@ thingtypes
608 608
{ {
title = "Circle of Rings and Spheres"; title = "Circle of Rings and Spheres";
sprite = "SPHRA0"; sprite = "internal:circleringsphere";
width = 96; width = 96;
height = 192; height = 192;
unflippable = true; unflippable = true;
@ -5011,7 +5011,7 @@ thingtypes
609 609
{ {
title = "Circle of Rings and Spheres (Big)"; title = "Circle of Rings and Spheres (Big)";
sprite = "SPHRA0"; sprite = "internal:circlebigringsphere";
width = 192; width = 192;
unflippable = true; unflippable = true;
centerHitbox = true; centerHitbox = true;
@ -5024,72 +5024,61 @@ thingtypes
title = "Ambience"; title = "Ambience";
width = 8; width = 8;
height = 16; height = 16;
sprite = "UNKNA0"; sprite = "internal:ambiance";
700 700
{ {
title = "Water Ambience A (Large)"; title = "Water Ambience A (Large)";
sprite = "internal:ambiance";
} }
701 701
{ {
title = "Water Ambience B (Large)"; title = "Water Ambience B (Large)";
sprite = "internal:ambiance";
} }
702 702
{ {
title = "Water Ambience C (Medium)"; title = "Water Ambience C (Medium)";
sprite = "internal:ambiance";
} }
703 703
{ {
title = "Water Ambience D (Medium)"; title = "Water Ambience D (Medium)";
sprite = "internal:ambiance";
} }
704 704
{ {
title = "Water Ambience E (Small)"; title = "Water Ambience E (Small)";
sprite = "internal:ambiance";
} }
705 705
{ {
title = "Water Ambience F (Small)"; title = "Water Ambience F (Small)";
sprite = "internal:ambiance";
} }
706 706
{ {
title = "Water Ambience G (Extra Large)"; title = "Water Ambience G (Extra Large)";
sprite = "internal:ambiance";
} }
707 707
{ {
title = "Water Ambience H (Extra Large)"; title = "Water Ambience H (Extra Large)";
sprite = "internal:ambiance";
} }
708 708
{ {
title = "Disco Ambience"; title = "Disco Ambience";
sprite = "internal:ambiance";
} }
709 709
{ {
title = "Volcano Ambience"; title = "Volcano Ambience";
sprite = "internal:ambiance";
} }
710 710
{ {
title = "Machine Ambience"; title = "Machine Ambience";
sprite = "internal:ambiance";
} }
} }
@ -6444,7 +6433,7 @@ thingtypes
nightstrk nightstrk
{ {
color = 13; // Pink color = 16; // Light Pink
title = "NiGHTS Track"; title = "NiGHTS Track";
width = 8; width = 8;
height = 4096; height = 4096;
@ -6480,15 +6469,6 @@ thingtypes
flagsvaluetext = "Order"; flagsvaluetext = "Order";
parametertext = "Mare"; parametertext = "Mare";
} }
1710
{
title = "Ideya Capture";
sprite = "CAPSA0";
width = 72;
height = 144;
angletext = "Spheres";
parametertext = "Mare";
}
} }
nights nights
@ -6521,7 +6501,6 @@ thingtypes
unflippable = true; unflippable = true;
flagsvaluetext = "Pitch"; flagsvaluetext = "Pitch";
angletext = "Yaw"; angletext = "Yaw";
fixedrotation = 1;
} }
1705 1705
{ {
@ -6544,7 +6523,6 @@ thingtypes
height = 24; height = 24;
flags8height = 24; flags8height = 24;
flags8text = "[8] Float"; flags8text = "[8] Float";
unflippable = true;
} }
1707 1707
{ {
@ -6567,6 +6545,15 @@ 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";

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB