Name sorting update
This commit is contained in:
@@ -236,11 +236,11 @@ if (global.indexphase != "home")
|
||||
else if (global.recipemode == "f")
|
||||
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))
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.cobaltvelvet_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.sunshinecloud_str))
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.bloomlight_str))
|
||||
else if (global.recipemode == "s")
|
||||
draw_text((ba1.x + 5), (ba1.y + 3), string(global.badtouch_str))
|
||||
if ba2.hover
|
||||
@@ -274,11 +274,11 @@ if (global.indexphase != "home")
|
||||
else if (global.recipemode == "f")
|
||||
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.cobaltvelvet_str))
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.piledriver_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.suplex_str))
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.sunshinecloud_str))
|
||||
else if (global.recipemode == "s")
|
||||
draw_text((ba2.x + 5), (ba2.y + 3), string(global.grizzlytemple_str))
|
||||
if ba3.hover
|
||||
@@ -308,11 +308,11 @@ if (global.indexphase != "home")
|
||||
else if (global.recipemode == "c")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.moonblast_str))
|
||||
else if (global.recipemode == "g")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.piledriver_str))
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.gutpunch_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.sparklestar_str))
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.suplex_str))
|
||||
else if (global.recipemode == "s")
|
||||
draw_text((ba3.x + 5), (ba3.y + 3), string(global.sugarrush_str))
|
||||
if ba4.hover
|
||||
@@ -335,10 +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))
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.bleedingjane_str))
|
||||
else if (global.recipemode == "p")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.sparklestar_str))
|
||||
else if (global.recipemode == "m")
|
||||
draw_text((ba4.x + 5), (ba4.y + 3), string(global.frothywater_str))
|
||||
if ba5.hover
|
||||
@@ -359,8 +361,6 @@ 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 == "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
|
||||
|
Reference in New Issue
Block a user