From ea282b4939ae1c8f5b69a89acf4db91d14491e62 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Tue, 29 Dec 2020 13:18:40 -0500 Subject: CastingEssentials Support - Added support for CastingEssentials features like team scores, medigun info, player status effects and loadout icons. - Updated the match HUD and the look of the player list. - Fixed the in-game chat moving when changing classes. --- resource/ui/hudobjectivetimepanel.res | 58 ++++++++++++----------------------- 1 file changed, 19 insertions(+), 39 deletions(-) (limited to 'resource/ui/hudobjectivetimepanel.res') diff --git a/resource/ui/hudobjectivetimepanel.res b/resource/ui/hudobjectivetimepanel.res index 6f0f9c6..f36ed61 100644 --- a/resource/ui/hudobjectivetimepanel.res +++ b/resource/ui/hudobjectivetimepanel.res @@ -4,11 +4,11 @@ { "ControlName" "EditablePanel" "fieldName" "TimePanelBG" - "xpos" "25" + "xpos" "15" "ypos" "0" "zpos" "2" "wide" "50" - "tall" "24" + "tall" "25" "visible" "1" "enabled" "1" "bgcolor_override" "TransparentBlack" @@ -30,24 +30,19 @@ { "ControlName" "CExLabel" "fieldName" "WaitingForPlayersLabel" - "xpos" "25" - "ypos" "20" + "xpos" "15" + "ypos" "25" "zpos" "5" "wide" "50" - "tall" "24" - "visible" "0" + "tall" "15" + "visible" "1" "enabled" "1" "labelText" "#game_WaitingForPlayers" "textAlignment" "center" "dulltext" "0" "brighttext" "0" "wrap" "0" - "font" "HudFontSmall" - - if_match - { - "xpos" "30" - } + "font" "ScoreboardVerySmall" } "WaitingForPlayersBG" { @@ -60,12 +55,12 @@ { "ControlName" "CExLabel" "fieldName" "OvertimeLabel" - "xpos" "25" - "ypos" "32" + "xpos" "15" + "ypos" "25" "zpos" "5" "wide" "50" - "tall" "24" - "visible" "0" + "tall" "15" + "visible" "1" "enabled" "1" "labelText" "#game_Overtime" "textAlignment" "center" @@ -73,11 +68,6 @@ "brighttext" "0" "wrap" "0" "font" "HudFontSmall" - - if_match - { - "xpos" "30" - } } "OvertimeBG" { @@ -103,12 +93,12 @@ { "ControlName" "CExLabel" "fieldName" "SetupLabel" - "xpos" "25" - "ypos" "20" + "xpos" "15" + "ypos" "25" "zpos" "5" "wide" "50" - "tall" "24" - "visible" "0" + "tall" "15" + "visible" "1" "enabled" "1" "labelText" "#game_Setup" "textAlignment" "center" @@ -116,11 +106,6 @@ "brighttext" "0" "wrap" "0" "font" "HudFontSmall" - - if_match - { - "xpos" "30" - } } "SetupBG" { @@ -133,12 +118,12 @@ { "ControlName" "CExLabel" "fieldName" "ServerTimeLimitLabel" - "xpos" "25" - "ypos" "20" + "xpos" "15" + "ypos" "25" "zpos" "5" "wide" "50" - "tall" "24" - "visible" "0" + "tall" "15" + "visible" "1" "enabled" "1" "labelText" "%servertimeleft%" "textAlignment" "center" @@ -147,11 +132,6 @@ "wrap" "0" "font" "HudFontSmallest" - if_match - { - "xpos" "30" - } - if_mvm { "xpos" "9999" -- cgit v1.2.3