* move grades on song plates 1px to the right. should be centered now

This commit is contained in:
FajsiEx 2021-08-12 22:39:03 +02:00
parent e78d61c0cb
commit e6074b212c
1 changed files with 1 additions and 1 deletions

View File

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