Skip to content

Commit

Permalink
Reposition negbpm text because of overlapping text
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Dec 1, 2018
1 parent dddf317 commit 8ef1367
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -450,7 +450,9 @@ r[#r + 1] =
LoadFont("Common Normal") ..
{
InitCommand = function(self)
self:xy(frameX, frameY - 120):halign(0):zoom(0.6)
self:xy(20, 200)
self:zoom(0.7)
self:halign(0)
end,
MintyFreshCommand = function(self)
if song and steps:GetTimingData():HasWarps() then
Expand Down

0 comments on commit 8ef1367

Please sign in to comment.