From c3240fa65aef57890bc26468efc0f642aba3738c Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sun, 4 Jul 2021 16:50:06 -0400 Subject: Numerous visual tweaks and improvements. - Updated PASSTIME UI. - Updated the in-game weapon selection menu to use higher quality images. --- resource/ui/wavestatuspanel.res | 44 ++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 23 deletions(-) (limited to 'resource/ui/wavestatuspanel.res') 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" -- cgit v1.2.3