From e6074b212c92e76d948f2086ec5d6295c30f8ce3 Mon Sep 17 00:00:00 2001 From: FajsiEx Date: Thu, 12 Aug 2021 22:39:03 +0200 Subject: [PATCH] * move grades on song plates 1px to the right. should be centered now --- scripts/songselect/songwheel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/songselect/songwheel.lua b/scripts/songselect/songwheel.lua index 56b250c..25b8028 100644 --- a/scripts/songselect/songwheel.lua +++ b/scripts/songselect/songwheel.lua @@ -313,7 +313,7 @@ function drawSong(song, y) end gfx.BeginPath(); - gfx.ImageRect(songX+390, y+47, 60, 60, gradeImage, 1, 0); + gfx.ImageRect(songX+391, y+47, 60, 60, gradeImage, 1, 0); end