diff options
| author | Igor <[email protected]> | 2021-07-04 21:31:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-04 21:31:22 -0400 |
| commit | 09c61d25921c37ca1db41c464634bf16cbfb7494 (patch) | |
| tree | 128a27b0c7a910da42129e69aba8b1f4737280f0 /resource/ui/wavestatuspanel.res | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/wavestatuspanel.res')
| -rw-r--r-- | resource/ui/wavestatuspanel.res | 44 |
1 files changed, 21 insertions, 23 deletions
diff --git a/resource/ui/wavestatuspanel.res b/resource/ui/wavestatuspanel.res index dae1e35..7ca31ac 100644 --- a/resource/ui/wavestatuspanel.res +++ b/resource/ui/wavestatuspanel.res @@ -27,15 +27,15 @@ "fieldName" "WaveCountLabel" "font" "Cerbetica14" "fgcolor" "TanLight" - "xpos" "140" - "ypos" "15" - "ypos_minmode" "5" + "xpos" "0" + "ypos" "0" "zpos" "3" - "wide" "200" - "tall" "15" + "wide" "70" + "tall" "30" "visible" "1" "enabled" "1" - "textAlignment" "center" + "allcaps" "1" + "textAlignment" "west" "labelText" "%wave_count%" } @@ -46,13 +46,13 @@ "font" "Cerbetica14" "fgcolor" "TransparentBlack" "xpos" "-1" - "ypos" "-1" + "ypos" "-2" "zpos" "3" - "wide" "200" - "tall" "15" - "visible" "1" - "enabled" "1" - "textAlignment" "center" + "wide" "70" + "tall" "30" + "visible" "0" + "enabled" "0" + "textAlignment" "west" "labelText" "%wave_count%" "pin_to_sibling" "WaveCountLabel" } @@ -104,12 +104,11 @@ { "ControlName" "ScalableImagePanel" "fieldName" "ProgressBar" - "xpos" "276" - "ypos" "19" - "ypos_minmode" "9" + "xpos" "60" + "ypos" "10" "zpos" "3" - "wide" "118" - "tall" "6" + "wide" "150" + "tall" "10" "visible" "1" "enabled" "1" "fillcolor" "../HUD/tournament_panel_tan" @@ -124,12 +123,11 @@ { "ControlName" "ImagePanel" "fieldName" "NewProgressBarBG" - "xpos" "276" - "ypos" "19" - "ypos_minmode" "9" - "zpos" "-1" - "wide" "118" - "tall" "6" + "xpos" "60" + "ypos" "10" + "zpos" "0" + "wide" "150" + "tall" "10" "autoResize" "0" "pinCorner" "0" "visible" "1" |
