Skip to content

Commit

Permalink
pmod display adjust in calcdisplay
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 11, 2020
1 parent b10ede9 commit 9752a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themes/Til Death/BGAnimations/_calcdisplay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ makeskillsetlabeltext = function(i, mod, hand)
self:xy(-plotWidth/2 + 5 + math.floor((i-1)/4) * xspace, plotHeight/3.3 + ((i-1)%4)*8.5):halign(0)
self:zoom(0.3)
self:settext("")
self:maxwidth((plotWidth-10) / 0.5)
self:maxwidth(100)
end,
UpdateAveragesMessageCommand = function(self)
if song then
Expand All @@ -695,7 +695,7 @@ makeskillsetlabeltext = function(i, mod, hand)
else
self:diffuse(color(".3,.3,.3"))
end
self:settextf("%s: %.4f", modnames[i], aves[i])
self:settextf("%s: %.3f", modnames[i], aves[i])
end
end,
UpdateActiveModsMessageCommand = function(self)
Expand Down

0 comments on commit 9752a08

Please sign in to comment.