From b5f72ccd69fcaec0fbc8af3d9b25089ed7d6c6d7 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 16:08:53 -0500 Subject: Updated HUD Files - Updated colors to use the schema instead of RGB codes - Removed unused or redundant code - Added shadows to certain elements - Corrected element names, reorganized some files - Pinned some elements to their parent elements - Fixed elements referencing non-existing colors or fonts --- resource/ui/WaveStatusPanel.res | 61 +++++++++++++++++++++++++++-------------- 1 file changed, 40 insertions(+), 21 deletions(-) (limited to 'resource/ui/WaveStatusPanel.res') diff --git a/resource/ui/WaveStatusPanel.res b/resource/ui/WaveStatusPanel.res index f210786..dada9fc 100644 --- a/resource/ui/WaveStatusPanel.res +++ b/resource/ui/WaveStatusPanel.res @@ -41,6 +41,29 @@ "labelText" "%wave_count%" } + "WaveCountLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "WaveCountLabelShadow" + "font" "CerbeticaBold16" + "fgcolor" "TransparentBlack" + "xpos" "-1" + "ypos" "-1" + "zpos" "5" + "wide" "200" + "tall" "15" + "wide_minmode" "180" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "textAlignment_minmode" "west" + "labelText" "%wave_count%" + + "pin_to_sibling" "WaveCountLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "SeparatorBar" { "ControlName" "Panel" @@ -105,6 +128,23 @@ "draw_corner_height" "0" } + "NewProgressBarBG" + { + "ControlName" "ImagePanel" + "fieldName" "NewProgressBarBG" + "xpos" "211" + "ypos" "22" + "zpos" "2" + "wide" "178" + "tall" "7" + "ypos_minmode" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "ColorCyan" + } + "ProgressBarBG" { "ControlName" "ScalableImagePanel" @@ -114,9 +154,7 @@ "zpos" "3" "wide" "180" "tall" "12" - "xpos_minmode" "210" "ypos_minmode" "7" - "wide_minmode" "180" "visible" "0" "enabled" "0" "image" "../HUD/tournament_panel_tan" @@ -127,23 +165,4 @@ "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional "draw_corner_height" "0" } - - "ProgressBarBG2" - { - "ControlName" "ImagePanel" - "fieldName" "ProgressBarBG2" - "xpos" "211" - "ypos" "22" - "zpos" "2" - "wide" "178" - "tall" "7" - "xpos_minmode" "211" - "ypos_minmode" "10" - "wide_minmode" "178" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "Base Color" - } } \ No newline at end of file -- cgit v1.2.3