From 156a99dd7b74f7cf56fbfe0fec38e87dfa9b2139 Mon Sep 17 00:00:00 2001 From: FajsiEx Date: Sun, 1 Aug 2021 20:07:48 +0200 Subject: [PATCH] + illustrator and effector to song wheel --- scripts/songselect/songwheel.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/songselect/songwheel.lua b/scripts/songselect/songwheel.lua index fe9c085..fdf0b52 100644 --- a/scripts/songselect/songwheel.lua +++ b/scripts/songselect/songwheel.lua @@ -384,6 +384,14 @@ function drawData() -- Draws the song data on the left panel gfx.ImageRect(DIFF_X_START+(index-1)*DIFF_GAP-tw/2, 1050, tw, th, diffLabelImage, 1, 0) end gfx.GlobalAlpha(1); + + + + gfx.FontSize(22) + gfx.GlobalAlpha(transitionAfterscrollDataOverlayAlpha); + gfx.Text(diff.effector, 270, 1180); + gfx.Text(diff.illustrator, 270, 1210); + gfx.GlobalAlpha(1); end function tickTransitions(deltaTime)