diff --git a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/score.lua b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/score.lua index 572e1eebac..1f37939ed7 100644 --- a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/score.lua +++ b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/score.lua @@ -444,7 +444,7 @@ local function makeText(index) return LoadFont("Common Normal") .. { InitCommand = function(self) - self:xy(frameWidth - frameX, offsetY + 55 + (index * 15)):zoom(fontScale + 0.05):halign(1):settext("") + self:xy(frameWidth - frameX, offsetY + 105 + (index * 15)):zoom(fontScale + 0.05):halign(1):settext("") end, DisplayCommand = function(self) local count = 0