Skip to content

Commit

Permalink
judgment string includes combo, reconstruct it without combo here
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Dec 1, 2018
1 parent d9c1ed6 commit 81dc77b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Themes/Til Death/BGAnimations/MPscoreboard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,14 @@ local function scoreitem(pn, i)
self:xy(framex + 10, framey + 20 + (i * spacing)):zoom(0.35):halign(0):maxwidth((frameWidth - 15) / 0.35)
end,
UpdateNetScoreCommand = function(self)
self:settext(multiscores[i].highscore:GetJudgmentString())
self:settextf("%d / %d / %d / %d / %d / %d",
multiscores[i].highscore:GetTapNoteScore("TapNoteScore_W1"),
multiscores[i].highscore:GetTapNoteScore("TapNoteScore_W2"),
multiscores[i].highscore:GetTapNoteScore("TapNoteScore_W3"),
multiscores[i].highscore:GetTapNoteScore("TapNoteScore_W4"),
multiscores[i].highscore:GetTapNoteScore("TapNoteScore_W5"),
multiscores[i].highscore:GetTapNoteScore("TapNoteScore_Miss")
)
end
},
LoadFont("Common normal") ..
Expand Down

0 comments on commit 81dc77b

Please sign in to comment.