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)