+ no medal no grade "bages" to data panel
This commit is contained in:
parent
797761a101
commit
8bf452710e
|
@ -425,11 +425,13 @@ function drawData() -- Draws the song data on the left panel
|
||||||
end
|
end
|
||||||
|
|
||||||
gfx.Save()
|
gfx.Save()
|
||||||
if bestScore then
|
|
||||||
-- Draw best score
|
-- Draw best score
|
||||||
gfx.BeginPath()
|
gfx.BeginPath()
|
||||||
|
|
||||||
|
if bestScore then
|
||||||
draw_number(100, 793, 1.0, math.floor(bestScore.score / 10000), 4, scoreNumbers, true, 0.3, 1.12)
|
draw_number(100, 793, 1.0, math.floor(bestScore.score / 10000), 4, scoreNumbers, true, 0.3, 1.12)
|
||||||
draw_number(253, 798, 1.0, bestScore.score, 4, scoreNumbers, true, 0.22, 1.12)
|
draw_number(253, 798, 1.0, bestScore.score, 4, scoreNumbers, true, 0.22, 1.12)
|
||||||
|
end
|
||||||
|
|
||||||
-- Draw grade
|
-- Draw grade
|
||||||
local gradeImage = gradeImages.none;
|
local gradeImage = gradeImages.none;
|
||||||
|
@ -455,7 +457,7 @@ function drawData() -- Draws the song data on the left panel
|
||||||
|
|
||||||
gfx.BeginPath()
|
gfx.BeginPath()
|
||||||
gfx.ImageRect(425, 724, 93/1.1, 81/1.1, badgeImage, badgeAlpha, 0)
|
gfx.ImageRect(425, 724, 93/1.1, 81/1.1, badgeImage, badgeAlpha, 0)
|
||||||
end
|
|
||||||
gfx.Restore()
|
gfx.Restore()
|
||||||
|
|
||||||
-- Draw BPM
|
-- Draw BPM
|
||||||
|
|
Loading…
Reference in New Issue