diff options
| author | CriticalFlaw <[email protected]> | 2020-12-29 13:18:40 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-12-29 13:18:40 -0500 |
| commit | ea282b4939ae1c8f5b69a89acf4db91d14491e62 (patch) | |
| tree | f18f10570754661429c44b9af532a033906a7abb /resource/ui/hudobjectivetimepanel.res | |
| parent | 46d248b5167f9c8794c3125146952fef08f86bcd (diff) | |
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.
Diffstat (limited to 'resource/ui/hudobjectivetimepanel.res')
| -rw-r--r-- | resource/ui/hudobjectivetimepanel.res | 58 |
1 files changed, 19 insertions, 39 deletions
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" |
