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/MvMScoreboard.res | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resource/ui/MvMScoreboard.res') diff --git a/resource/ui/MvMScoreboard.res b/resource/ui/MvMScoreboard.res index b6a4991..72a28a2 100644 --- a/resource/ui/MvMScoreboard.res +++ b/resource/ui/MvMScoreboard.res @@ -104,7 +104,7 @@ "MvMPlayerList" { - "ControlName" "SectionedLsistPanel" + "ControlName" "SectionedListPanel" "fieldName" "MvMPlayerList" "xpos" "c-260" "ypos" "248" @@ -162,7 +162,7 @@ "xpos" "9999" "ypos" "9999" "wide" "200" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } "PreviousWaveCreditInfoPanel" @@ -224,7 +224,7 @@ "ypos" "8" "wide" "220" "tall" "40" - "fgcolor" "tanlight" + "fgcolor" "TanLight" } } } \ No newline at end of file -- cgit v1.2.3 From eb9e3bf73092500579d32f998fce70fa265e6d1c Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 16:17:28 -0500 Subject: Code Formatting --- resource/ui/MvMScoreboard.res | 117 ++++++++++++++++++++---------------------- 1 file changed, 57 insertions(+), 60 deletions(-) (limited to 'resource/ui/MvMScoreboard.res') diff --git a/resource/ui/MvMScoreboard.res b/resource/ui/MvMScoreboard.res index 72a28a2..33a7e74 100644 --- a/resource/ui/MvMScoreboard.res +++ b/resource/ui/MvMScoreboard.res @@ -1,5 +1,5 @@ "Resource/UI/MvMScoreboard.res" -{ +{ "WaveStatusPanel" { "ControlName" "CWaveStatusPanel" @@ -14,6 +14,39 @@ "verbose" "1" } + "PopFileLabel" + { + "ControlName" "CExLabel" + "fieldName" "PopFileLabel" + "font" "Cerbetica24" + "labelText" "%popfile%" + "textAlignment" "center" + "xpos" "c-270" + "ypos" "c-30" + "wide" "270" + "tall" "30" + "fgcolor" "TanLight" + } + + "PlayerListBackground" + { + "ControlName" "ScalableImagePanel" + "fieldName" "PlayerListBackground" + "xpos" "9999" + "ypos" "9999" + "zpos" "-1" + "wide" "400" + "tall" "150" + "visible" "1" + "enabled" "1" + "image" "../hud/tournament_panel_brown" + "scaleImage" "1" + "src_corner_height" "22" + "src_corner_width" "22" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + "ScoreboardBackground" { "ControlName" "ImagePanel" @@ -28,20 +61,6 @@ "enabled" "1" "fillcolor" "0 0 0 200" } - "PopFileLabel" - { - "ControlName" "CExLabel" - "fieldName" "PopFileLabel" - "font" "Cerbetica24" - "labelText" "%popfile%" - "textAlignment" "center" - "xpos" "c-270" - "ypos" "c-30" - "wide" "270" - "tall" "30" - "fgcolor" "tanlight" - } - "DifficultyContainer" { "ControlName" "EditablePanel" @@ -81,54 +100,33 @@ } } - "PlayerListBackground" - { - "ControlName" "ScalableImagePanel" - "fieldName" "PlayerListBackground" - "xpos" "9999" - "ypos" "9999" - "zpos" "-1" - "wide" "400" - "tall" "150" - "visible" "1" - "enabled" "1" - "image" "../hud/tournament_panel_brown" - "scaleImage" "1" - - "src_corner_height" "22" // pixels inside the image - "src_corner_width" "22" - - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" - } - "MvMPlayerList" { - "ControlName" "SectionedListPanel" - "fieldName" "MvMPlayerList" - "xpos" "c-260" - "ypos" "248" - "wide" "520" - "tall" "148" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "autoresize" "3" - "linespacing" "22" - "textcolor" "White" - "font" "Cerbetica24" + "ControlName" "SectionedListPanel" + "fieldName" "MvMPlayerList" + "xpos" "c-260" + "ypos" "248" + "wide" "520" + "tall" "148" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "3" + "linespacing" "22" + "textcolor" "White" + "font" "Cerbetica24" } "CreditStatsContainer" { - "ControlName" "EditablePanel" - "fieldName" "CreditStatsContainer" - "xpos" "c-190" - "ypos" "70" - "wide" "480" - "tall" "205" - "visible" "1" + "ControlName" "EditablePanel" + "fieldName" "CreditStatsContainer" + "xpos" "c-190" + "ypos" "70" + "wide" "480" + "tall" "205" + "visible" "1" "CreditStatsBackground" { @@ -145,10 +143,9 @@ "enabled" "1" "image" "../HUD/tournament_panel_brown" - "src_corner_height" "22" // pixels inside the image + "src_corner_height" "22" "src_corner_width" "22" - - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_width" "0" "draw_corner_height" "0" } -- cgit v1.2.3