This commit is contained in:
gskbladez 2021-08-12 12:18:49 -04:00
commit 9f017f3a53
2 changed files with 3 additions and 5 deletions

View File

@ -290,8 +290,8 @@ function drawSong(song, y)
-- Draw score badge
local badgeImage = badgeImages[1];
if bestScore then
badgeImage = badgeImages[bestScore.badge+1];
if selectedSongDifficulty.topBadge then
badgeImage = badgeImages[selectedSongDifficulty.topBadge+1];
end
gfx.BeginPath()
gfx.ImageRect(songX+282, y+44, 79, 69, badgeImage, 1, 0)
@ -368,7 +368,7 @@ function drawData() -- Draws the song data on the left panel
gfx.ImageRect(360, 773, 45, 45, gradeImage, transitionAfterscrollGradeAlpha, 0);
-- Draw badge
badgeImage = badgeImages[bestScore.badge+1];
badgeImage = badgeImages[diff.topBadge+1];
gfx.BeginPath()
gfx.ImageRect(425, 724, 93/1.1, 81/1.1, badgeImage, transitionAfterscrollBadgeAlpha, 0)
end

View File

@ -1,2 +0,0 @@
username = "GSKBLADE" "
_songWheelOverlayActive = 0.000000