diff options
| author | Igor <[email protected]> | 2020-08-07 20:52:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-07 20:52:22 -0400 |
| commit | c8ba1648bd2752ba647b09f164739a7c5ff83734 (patch) | |
| tree | 00124ff378826238f3338b3e4966ad1950c965e2 /resource/ui/hudobjectivekothtimepanel.res | |
| parent | 21fed14fc11e2021ff767e2bec34d8d0fa20715f (diff) | |
| parent | e391ac81598292127c356fcb6adbd83db72c5888 (diff) | |
Merge pull request #149 from raysfire/dev
v2020.0808
Diffstat (limited to 'resource/ui/hudobjectivekothtimepanel.res')
| -rw-r--r-- | resource/ui/hudobjectivekothtimepanel.res | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/resource/ui/hudobjectivekothtimepanel.res b/resource/ui/hudobjectivekothtimepanel.res index 583864a..683af2d 100644 --- a/resource/ui/hudobjectivekothtimepanel.res +++ b/resource/ui/hudobjectivekothtimepanel.res @@ -10,7 +10,7 @@ "BlueTimer" { - "ControlName" "ImagePanel" + "ControlName" "CTFHudTimeStatus" "fieldName" "BlueTimer" "xpos" "0" "ypos" "0" @@ -24,7 +24,7 @@ { "proportionaltoparent" "1" "xpos" "cs-.7" - "ypos" "4" + "ypos" "5" "delta_item_x" "10" "delta_item_start_y" "12" "delta_item_end_y" "50" @@ -38,7 +38,7 @@ { "ControlName" "CExLabel" "fieldName" "TimePanelValue" - "font" "Cerbetica22" + "font" "HudFontMedium" "fgcolor" "TanLight" "xpos" "25" "ypos" "0" @@ -64,7 +64,7 @@ "RedTimer" { - "ControlName" "ImagePanel" + "ControlName" "CTFHudTimeStatus" "fieldName" "RedTimer" "xpos" "50" "ypos" "0" @@ -78,7 +78,7 @@ { "proportionaltoparent" "1" "xpos" "cs-0.77" - "ypos" "4" + "ypos" "5" "delta_item_x" "50" "delta_item_start_y" "12" "delta_item_end_y" "50" @@ -92,7 +92,7 @@ { "ControlName" "CExLabel" "fieldName" "TimePanelValue" - "font" "Cerbetica22" + "font" "HudFontMedium" "fgcolor" "TanLight" "xpos" "25" "ypos" "0" @@ -118,7 +118,7 @@ "ActiveTimerBG" { - "ControlName" "ImagePanel" + "ControlName" "EditablePanel" "fieldName" "ActiveTimerBG" "xpos" "15" "ypos" "25" @@ -127,6 +127,7 @@ "tall" "3" "visible" "0" "enabled" "1" - "fillcolor" "TanLight" + "bgcolor_override" "TanLight" + "PaintBackgroundType" "0" } }
\ No newline at end of file |
