+ illustrator and effector to song wheel

This commit is contained in:
FajsiEx 2021-08-01 20:07:48 +02:00
parent ecdfa5e9c0
commit 156a99dd7b
1 changed files with 8 additions and 0 deletions

View File

@ -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)