Skip to content

Commit

Permalink
Merge pull request #247 from MINIX32/patch-2
Browse files Browse the repository at this point in the history
Improved KOTH timer visibility when active.
  • Loading branch information
CriticalFlaw authored Oct 21, 2022
2 parents 105d302 + 1ac6e87 commit e40c9df
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions resource/ui/hudobjectivekothtimepanel.res
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"ControlName" "CExLabel"
"fieldName" "TimePanelValue"
"font" "FontBold16"
"fgcolor" "HUDBlueTeam"
"fgcolor" "HUDBlueTeamSolid"
"xpos" "0"
"ypos" "0"
"zpos" "3"
Expand Down Expand Up @@ -80,7 +80,7 @@
"ControlName" "CExLabel"
"fieldName" "TimePanelValue"
"font" "FontBold16"
"fgcolor" "HUDRedTeam"
"fgcolor" "HUDRedTeamSolid"
"xpos" "0"
"ypos" "0"
"zpos" "3"
Expand All @@ -101,18 +101,33 @@
}
}

"InactiveTimerBG"
{
"ControlName" "EditablePanel"
"fieldName" "InactiveTimerBG"
"xpos" "0"
"ypos" "22"
"zpos" "0"
"wide" "80"
"tall" "3"
"visible" "1"
"enabled" "1"
"bgcolor_override" "TanLight"
"PaintBackgroundType" "0"
}

"ActiveTimerBG"
{
"ControlName" "EditablePanel"
"fieldName" "ActiveTimerBG"
"xpos" "0"
"ypos" "0"
"zpos" "2"
"ypos" "22"
"zpos" "5"
"wide" "40"
"tall" "25"
"tall" "3"
"visible" "0"
"enabled" "1"
"bgcolor_override" "HudBlack"
"bgcolor_override" "TanLight"
"PaintBackgroundType" "0"
}
}

0 comments on commit e40c9df

Please sign in to comment.