From 1be9861c36f56aacee13c5852be516fdd189dc9a Mon Sep 17 00:00:00 2001 From: FajsiEx Date: Thu, 16 Dec 2021 22:13:53 +0100 Subject: [PATCH] - crown from ir leaderboard --- scripts/songselect/songwheel.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/songselect/songwheel.lua b/scripts/songselect/songwheel.lua index f3db3bb..6c8097c 100644 --- a/scripts/songselect/songwheel.lua +++ b/scripts/songselect/songwheel.lua @@ -587,9 +587,6 @@ function drawIrLeaderboard() return; end - gfx.BeginPath(); - gfx.ImageRect(205, 1252.5, 800*0.045, 600*0.045, crownImage, 1, 0); - gfx.TextAlign(gfx.TEXT_ALIGN_CENTER + gfx.TEXT_ALIGN_MIDDLE) gfx.BeginPath(); gfx.Text("IR TOP", scoreBoardX + (sbBarWidth / 2), scoreBoardY + sbBarHeight/2);