From 90cc227c8033fc25ddeca41bbcb789195b874ae3 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 5 Aug 2020 15:56:46 -0400 Subject: Miscellenaous Tweaks --- resource/ui/hudtournamentsetup.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/hudtournamentsetup.res') diff --git a/resource/ui/hudtournamentsetup.res b/resource/ui/hudtournamentsetup.res index fd78ec0..d150b62 100644 --- a/resource/ui/hudtournamentsetup.res +++ b/resource/ui/hudtournamentsetup.res @@ -61,7 +61,7 @@ "TournamentNameEdit" { - "ControlName" "Label" + "ControlName" "TextEntry" "fieldName" "TournamentNameEdit" "xpos" "30" "ypos" "27" -- cgit v1.2.3 From efba2d7f8d7c68205331fcc3accad683649faed8 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 7 Aug 2020 18:49:07 -0400 Subject: Visual Tweaks - Increased the size of the item names on the loadout screen. - Updated the tournament and building panels - Added a panel shown when the player auto-switches teams. - Fixed the reserve ammo sometimes being cutoff. - Added additional panels, visual tweaks to multiple others. --- resource/ui/hudtournamentsetup.res | 80 ++++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 42 deletions(-) (limited to 'resource/ui/hudtournamentsetup.res') diff --git a/resource/ui/hudtournamentsetup.res b/resource/ui/hudtournamentsetup.res index d150b62..cabb9e1 100644 --- a/resource/ui/hudtournamentsetup.res +++ b/resource/ui/hudtournamentsetup.res @@ -4,33 +4,29 @@ { "ControlName" "ImagePanel" "fieldName" "HudTournamentSetupBG" - "xpos" "0" + "xpos" "30" "ypos" "0" "zpos" "-1" - "wide" "180" - "tall" "65" + "wide" "130" + "tall" "55" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 205" - - "src_corner_height" "20" - "src_corner_width" "20" - "draw_corner_width" "0" - "draw_corner_height" "0" + "fillcolor" "TransparentBlack" + "border" "CyanBorder" } "TournamentSetupLabel" { "ControlName" "Label" "fieldName" "TournamentLabel" - "font" "Cerbetica16" - "xpos" "0" + "font" "HudFontSmall" + "xpos" "30" "ypos" "0" "zpos" "1" - "wide" "180" - "tall" "35" + "wide" "130" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -45,10 +41,10 @@ "ControlName" "Label" "fieldName" "TournamentTeamNameLabel" "font" "Cerbetica12" - "xpos" "87" - "ypos" "28" + "xpos" "35" + "ypos" "20" "zpos" "1" - "wide" "74" + "wide" "75" "tall" "15" "autoResize" "0" "pinCorner" "0" @@ -63,10 +59,10 @@ { "ControlName" "TextEntry" "fieldName" "TournamentNameEdit" - "xpos" "30" - "ypos" "27" - "wide" "120" - "tall" "16" + "xpos" "105" + "ypos" "20" + "wide" "45" + "tall" "15" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -96,10 +92,10 @@ { "ControlName" "CExButton" "fieldName" "TournamentNotReadyButton" - "xpos" "12" - "ypos" "46" - "wide" "70" - "tall" "14" + "xpos" "90" + "ypos" "37" + "wide" "55" + "tall" "15" "zpos" "0" "autoResize" "0" "pinCorner" "2" @@ -112,24 +108,24 @@ "command" "teamnotready" "default" "1" "font" "CerbeticaBold12" - "fgcolor" "Red" + "fgcolor" "ColorRed" - "border_default" "" - "border_armed" "" - "paintbackground" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" + "defaultBgColor_override" "Blank" + "defaultFgColor_override" "TanLight" + "armedBgColor_override" "Blank" + "armedFgColor_override" "ColorRed" + "depressedBgColor_override" "Blank" + "depressedFgColor_override" "ColorRed" } "TournamentReadyButton" { "ControlName" "CExButton" "fieldName" "TournamentReadyButton" - "xpos" "96" - "ypos" "46" - "wide" "70" - "tall" "14" + "xpos" "35" + "ypos" "37" + "wide" "55" + "tall" "15" "zpos" "0" "autoResize" "0" "pinCorner" "2" @@ -143,13 +139,13 @@ "paintborder" "0" "default" "1" "font" "CerbeticaBold12" - "fgcolor" "FooterBGBlack" + "fgcolor" "ColorGreen" - "border_default" "" - "border_armed" "" - "paintbackground" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "Button Color" - "depressedFgColor_override" "Button Color" + "defaultBgColor_override" "Blank" + "defaultFgColor_override" "TanLight" + "armedBgColor_override" "Blank" + "armedFgColor_override" "ColorGreen" + "depressedBgColor_override" "Blank" + "depressedFgColor_override" "ColorGreen" } } \ No newline at end of file -- cgit v1.2.3 From e391ac81598292127c356fcb6adbd83db72c5888 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 7 Aug 2020 20:38:01 -0400 Subject: Font Update - Converted Cerbetica fonts from TTF to OTF - Removed unused font definitions to reduce loading times --- resource/ui/hudtournamentsetup.res | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'resource/ui/hudtournamentsetup.res') diff --git a/resource/ui/hudtournamentsetup.res b/resource/ui/hudtournamentsetup.res index cabb9e1..d60dc54 100644 --- a/resource/ui/hudtournamentsetup.res +++ b/resource/ui/hudtournamentsetup.res @@ -40,7 +40,7 @@ { "ControlName" "Label" "fieldName" "TournamentTeamNameLabel" - "font" "Cerbetica12" + "font" "HudFontSmallest" "xpos" "35" "ypos" "20" "zpos" "1" @@ -78,7 +78,7 @@ "bgcolor_override" "Transparent" "labelText" "%teamname%" "textAlignment" "west" - "font" "Cerbetica12" + "font" "HudFontSmallest" } "HudTournamentNameBG" @@ -107,7 +107,7 @@ "brighttext" "0" "command" "teamnotready" "default" "1" - "font" "CerbeticaBold12" + "font" "Cerbetica12" "fgcolor" "ColorRed" "defaultBgColor_override" "Blank" @@ -138,7 +138,7 @@ "command" "teamready" "paintborder" "0" "default" "1" - "font" "CerbeticaBold12" + "font" "Cerbetica12" "fgcolor" "ColorGreen" "defaultBgColor_override" "Blank" -- cgit v1.2.3