Skip to content

Commit

Permalink
calc debug visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Jul 21, 2020
1 parent 0b7a28d commit 72e0007
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Themes/Til Death/BGAnimations/_calcdisplay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ o[#o + 1] = Def.Quad {

txt:visible(true)
txt:x(goodXPos + 36)
txt:y(ypos - 40)
txt:y(ypos - 20)

local index = convertPercentToIndexForMods(mx - leftEnd, rightEnd - leftEnd)
txt:settext(debugstrings[index])
Expand Down Expand Up @@ -966,14 +966,14 @@ local modColors = {
}

local skillsetColors = {
color("1,0,1"), -- overall
color("#7d6b91"), -- stream
color("#8481db"), -- jumpstream
color("#995fa3"), -- handstream
color("#f2b5fa"), -- stamina
color("#6c969d"), -- jack
color("#a5f8d3"), -- chordjack
color("#b0cec2"), -- tech
color("1,1,1"), -- overall
color("#333399"), -- stream
color("#6666ff"), -- jumpstream
color("#cc33ff"), -- handstream
color("#ff99cc"), -- stamina
color("#009933"), -- jack
color("#66ff66"), -- chordjack
color("#808080"), -- tech
}

local jackdiffColors = {
Expand Down Expand Up @@ -1506,7 +1506,7 @@ o[#o + 1] = LoadFont("Common Normal") .. {
o[#o + 1] = LoadFont("Common Normal") .. {
Name = "DebugStringText",
InitCommand = function(self)
self:y(8 + plotHeight+5):halign(1):draworder(1100):diffuse(color("1,1,1")):zoom(0.5)
self:y(8 + plotHeight+5):halign(1):draworder(1100):diffuse(color("1,1,1")):zoom(0.5):maxheight(500)
end
}

Expand Down

0 comments on commit 72e0007

Please sign in to comment.