From 9fee5c1b0605db0455dd026da19aefe8aa69a139 Mon Sep 17 00:00:00 2001 From: RealFD Date: Fri, 22 Oct 2021 19:34:39 +0200 Subject: [PATCH] +change again --- scripts/titlescreen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/titlescreen.lua b/scripts/titlescreen.lua index cbb6076..4165d3f 100644 --- a/scripts/titlescreen.lua +++ b/scripts/titlescreen.lua @@ -204,7 +204,7 @@ function drawTexts() gfx.UpdateLabel(selectorDescriptionLabel, currentFullDescriptionText, 22) gfx.BeginPath(); - gfx.UpdateLabel(selectorLegendScrollLabel, 'SCROLL', 20); +-- gfx.UpdateLabel(selectorLegendScrollLabel, 'SCROLL', 20); -- descriptionAlpha = math.abs(selectedButtonScaleY - 0.5) * 2; gfx.TextAlign(gfx.TEXT_ALIGN_LEFT + gfx.TEXT_ALIGN_MIDDLE);