Sort by name update

This commit is contained in:
2024-01-12 02:36:02 +02:00
parent 7b315b6192
commit 48ecc5d2b4
10 changed files with 61 additions and 66 deletions

View File

@@ -234,13 +234,13 @@ if (global.indexphase != "home")
else if (global.recipemode == "c")
draw_text((ba1.x + 5), (ba1.y + 3), string(global.marsblast_str))
else if (global.recipemode == "f")
draw_text((ba1.x + 5), (ba1.y + 3), string(global.piledriver_str))
draw_text((ba1.x + 5), (ba1.y + 3), string(global.fringeweaver_str))
else if (global.recipemode == "g")
draw_text((ba1.x + 5), (ba1.y + 3), string(global.bloomlight_str))
else if (global.recipemode == "m")
draw_text((ba1.x + 5), (ba1.y + 3), string(global.beer_str))
else if (global.recipemode == "p")
draw_text((ba1.x + 5), (ba1.y + 3), string(global.cobaltvelvet_str))
draw_text((ba1.x + 5), (ba1.y + 3), string(global.sunshinecloud_str))
else if (global.recipemode == "s")
draw_text((ba1.x + 5), (ba1.y + 3), string(global.badtouch_str))
if ba2.hover
@@ -272,15 +272,15 @@ if (global.indexphase != "home")
else if (global.recipemode == "c")
draw_text((ba2.x + 5), (ba2.y + 3), string(global.mercuryblast_str))
else if (global.recipemode == "f")
draw_text((ba2.x + 5), (ba2.y + 3), string(global.frothywater_str))
draw_text((ba2.x + 5), (ba2.y + 3), string(global.zenstar_str))
else if (global.recipemode == "g")
draw_text((ba2.x + 5), (ba2.y + 3), string(global.gutpunch_str))
draw_text((ba2.x + 5), (ba2.y + 3), string(global.cobaltvelvet_str))
else if (global.recipemode == "m")
draw_text((ba2.x + 5), (ba2.y + 3), string(global.pianoman_str))
else if (global.recipemode == "p")
draw_text((ba2.x + 5), (ba2.y + 3), string(global.sugarrush_str))
draw_text((ba2.x + 5), (ba2.y + 3), string(global.suplex_str))
else if (global.recipemode == "s")
draw_text((ba2.x + 5), (ba2.y + 3), string(global.fringeweaver_str))
draw_text((ba2.x + 5), (ba2.y + 3), string(global.grizzlytemple_str))
if ba3.hover
draw_set_color(c_white)
else
@@ -307,16 +307,14 @@ if (global.indexphase != "home")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.zenstar_str))
else if (global.recipemode == "c")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.moonblast_str))
else if (global.recipemode == "f")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.zenstar_str))
else if (global.recipemode == "g")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.bleedingjane_str))
draw_text((ba3.x + 5), (ba3.y + 3), string(global.piledriver_str))
else if (global.recipemode == "m")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.pianowoman_str))
else if (global.recipemode == "p")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.sunshinecloud_str))
draw_text((ba3.x + 5), (ba3.y + 3), string(global.sparklestar_str))
else if (global.recipemode == "s")
draw_text((ba3.x + 5), (ba3.y + 3), string(global.grizzlytemple_str))
draw_text((ba3.x + 5), (ba3.y + 3), string(global.sugarrush_str))
if ba4.hover
draw_set_color(c_white)
else
@@ -337,12 +335,12 @@ if (global.indexphase != "home")
draw_text((ba4.x + 5), (ba4.y + 3), string(global.fringeweaver_str))
else if (global.recipemode == "promo")
draw_text((ba4.x + 5), (ba4.y + 3), string(global.pianoman_str))
else if (global.recipemode == "c")
else if (global.recipemode == "c")
draw_text((ba4.x + 5), (ba4.y + 3), string(global.crevicespike_str))
else if (global.recipemode == "g")
draw_text((ba4.x + 5), (ba4.y + 3), string(global.gutpunch_str))
else if (global.recipemode == "m")
draw_text((ba4.x + 5), (ba4.y + 3), string(global.fluffydream_str))
else if (global.recipemode == "p")
draw_text((ba4.x + 5), (ba4.y + 3), string(global.suplex_str))
draw_text((ba4.x + 5), (ba4.y + 3), string(global.frothywater_str))
if ba5.hover
draw_set_color(c_white)
else
@@ -361,8 +359,10 @@ if (global.indexphase != "home")
draw_text((ba5.x + 5), (ba5.y + 3), string(global.mercuryblast_str))
else if (global.recipemode == "promo")
draw_text((ba5.x + 5), (ba5.y + 3), string(global.pianowoman_str))
else if (global.recipemode == "p")
draw_text((ba5.x + 5), (ba5.y + 3), string(global.sparklestar_str))
else if (global.recipemode == "g")
draw_text((ba5.x + 5), (ba5.y + 3), string(global.bleedingjane_str))
else if (global.recipemode == "m")
draw_text((ba5.x + 5), (ba5.y + 3), string(global.fluffydream_str))
if ba6.hover
draw_set_color(c_white)
else