Skip to content

Commit

Permalink
move scorestab local ratelist down to avoid overlap with stepsdisplay
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 9, 2018
1 parent c5ecbb1 commit 247c3a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 247c3a7

Please sign in to comment.