diff options
| author | Igor <[email protected]> | 2020-12-30 16:06:07 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-30 16:06:07 -0500 |
| commit | 24f2c6bc6920ccaf988a3a7c424cb365d0ffd416 (patch) | |
| tree | 789a72af982f38a854fce934adf85f17798b3ccd /resource/ui/hudroundcounter.res | |
| parent | 64fbf2711e92f6250dec10a09861fd7ba5df7ec4 (diff) | |
| parent | b3f0c0be8b3995a7c9943f8004ab9d08dd9fe95a (diff) | |
Merge pull request #160 from raysfire/dev
v2020.1230
Diffstat (limited to 'resource/ui/hudroundcounter.res')
| -rw-r--r-- | resource/ui/hudroundcounter.res | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/resource/ui/hudroundcounter.res b/resource/ui/hudroundcounter.res index a697fe3..3f643ee 100644 --- a/resource/ui/hudroundcounter.res +++ b/resource/ui/hudroundcounter.res @@ -15,13 +15,13 @@ "starting_width" "20" "width_per_round" "24" "indicator_start_offset" "4" - "indicator_max_wide" "30" + "indicator_max_wide" "20" "RoundIndicatorPanel_kv" { - "ypos" "3" - "wide" "6" - "tall" "6" + "ypos" "4" + "wide" "3" + "tall" "3" "zpos" "7" "image" "../hud/comp_round_counter_dot_bg" "scaleimage" "1" @@ -30,8 +30,8 @@ "RoundWinPanelRed_kv" { "ypos" "-3" - "wide" "17" - "tall" "17" + "wide" "15" + "tall" "15" "zpos" "8" "image" "../hud/comp_round_counter_light_red" "scaleimage" "1" @@ -40,8 +40,8 @@ "RoundWinPanelBlue_kv" { "ypos" "-3" - "wide" "17" - "tall" "17" + "wide" "15" + "tall" "15" "zpos" "8" "image" "../hud/comp_round_counter_light_blue" "scaleimage" "1" @@ -67,13 +67,13 @@ { "ControlName" "ImagePanel" "fieldName" "BlueTeamBackground" - "xpos" "c-36" + "xpos" "c-25" "ypos" "0" - "wide" "36" - "tall" "12" + "wide" "26" + "tall" "10" "visible" "1" "enabled" "1" - "fillcolor" "70 130 180 153" + "fillcolor" "BlueSolid" "proportionaltoparent" "1" } @@ -81,13 +81,13 @@ { "ControlName" "ImagePanel" "fieldName" "RedTeamBackground" - "xpos" "c0" + "xpos" "c1" "ypos" "0" - "wide" "36" - "tall" "12" + "wide" "25" + "tall" "10" "visible" "1" "enabled" "1" - "fillcolor" "205 50 50 153" + "fillcolor" "RedSolid" "proportionaltoparent" "1" } @@ -95,10 +95,10 @@ { "ControlName" "ImagePanel" "fieldName" "TimerBG" - "xpos" "c-36" - "ypos" "12" - "wide" "72" - "tall" "16" + "xpos" "c-25" + "ypos" "10" + "wide" "50" + "tall" "15" "visible" "1" "enabled" "1" "fillcolor" "TransparentBlack" |
