Skip to content

Commit

Permalink
Squish mod average text
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed May 5, 2020
1 parent 8784ff0 commit f8655a6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Themes/Til Death/BGAnimations/_calcdisplay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -501,15 +501,11 @@ local modColors = {
makeskillsetlabeltext = function(i, mod, hand)
return LoadFont("Common Normal") .. {
InitCommand = function(self)
local xspace = 20 -- this is gonna look like shit on 4:3 no matter what so w.e
self:xy(-plotWidth/2 + 5 + ((i -1) * xspace), plotHeight/3):halign(0)
local xspace = 55 -- this is gonna look like shit on 4:3 no matter what so w.e
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)
if hand % 2 == 0 then
self:addy(20)
self:addx(-xspace)
end
end,
UpdateAveragesMessageCommand = function(self)
if song then
Expand Down

0 comments on commit f8655a6

Please sign in to comment.