diff options
| author | CriticalFlaw <[email protected]> | 2020-08-05 22:37:29 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-08-05 22:37:29 -0400 |
| commit | 736d6ccdbb4380a71c95b2d74e45d88bbfdc64b3 (patch) | |
| tree | 81ed82a4046e243eb0ea54d5af1b8a4760726bfb /customizations/team_menu/teammenu.res | |
| parent | ced4c955b2a5ae691226f47efd0b0f6965ed0415 (diff) | |
Visual Tweaks, Bug Fixes (see notes)
- Added the missing player effect and health cluster icons
- Visual tweaks to the scoreboard, team/class select, freezecam, item test
- Updated the main menu to use the new Player Mute menu
- Fixed the Overtime label overlapping with the server time limit
- Removed unused font definitions
Diffstat (limited to 'customizations/team_menu/teammenu.res')
| -rw-r--r-- | customizations/team_menu/teammenu.res | 122 |
1 files changed, 62 insertions, 60 deletions
diff --git a/customizations/team_menu/teammenu.res b/customizations/team_menu/teammenu.res index f301526..3160002 100644 --- a/customizations/team_menu/teammenu.res +++ b/customizations/team_menu/teammenu.res @@ -91,8 +91,8 @@ "visible" "1" "enabled" "1" "tabPosition" "3" - "labelText" "&3. BLU" - "textAlignment" "west" + "labelText" "#TF_BlueTeam_Name" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" "command" "jointeam blue" @@ -132,8 +132,8 @@ "visible" "1" "enabled" "1" "tabPosition" "3" - "labelText" "&4. RED" - "textAlignment" "west" + "labelText" "#TF_RedTeam_Name" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" "command" "jointeam red" @@ -173,8 +173,8 @@ "visible" "1" "enabled" "1" "tabPosition" "3" - "labelText" "&1. Auto-Join" - "textAlignment" "west" + "labelText" "#TF_Random" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" "paintborder" "0" @@ -214,8 +214,8 @@ "visible" "1" "enabled" "1" "tabPosition" "3" - "labelText" "&2. Spectate" - "textAlignment" "west" + "labelText" "#TF_Spectate" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" "paintborder" "0" @@ -261,11 +261,11 @@ { "ControlName" "CExLabel" "fieldName" "BlueCount" - "xpos" "-10" + "xpos" "0" "ypos" "c5" "zpos" "1" "zpos" "3" - "wide" "255" + "wide" "245" "tall" "30" "autoResize" "0" "pinCorner" "0" @@ -283,10 +283,10 @@ { "ControlName" "CExLabel" "fieldName" "RedCount" - "xpos" "-10" + "xpos" "0" "ypos" "c45" "zpos" "1" - "wide" "255" + "wide" "245" "tall" "30" "autoResize" "0" "pinCorner" "0" @@ -300,54 +300,6 @@ "fgcolor" "242 242 242 255" } - "HighlanderLabel" - { - "ControlName" "CExLabel" - "fieldName" "HighlanderLabel" - "xpos" "0" - "ypos" "c95" - "zpos" "6" - "wide" "255" - "tall" "50" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "labelText" "#TF_Highlander_Mode" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold16" - "fgcolor" "235 226 202 255" - "centerwrap" "1" - } - - "HighlanderLabelShadow" - { - "ControlName" "CExLabel" - "fieldName" "HighlanderLabelShadow" - "xpos" "-1" - "ypos" "-1" - "zpos" "6" - "wide" "255" - "tall" "50" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "labelText" "#TF_Highlander_Mode" - "textAlignment" "Center" - "dulltext" "0" - "brighttext" "0" - "font" "CerbeticaBold16" - "fgcolor" "0 0 0 200" - "centerwrap" "1" - - "pin_to_sibling" "HighlanderLabel" - "pin_corner_to_sibling" "PIN_TOPLEFT" - "pin_to_sibling_corner" "PIN_TOPLEFT" - } - "TeamsFullLabel" { "ControlName" "CExLabel" @@ -402,4 +354,54 @@ "fieldName" "CancelButton" "wide" "0" } + + "teambutton0SC" + { + "ControlName" "CExButton" + "fieldName" "teambutton0SC" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "labelText" "&3" + "command" "jointeam blue" + "team" "3" + } + + "teambutton1SC" + { + "ControlName" "CExButton" + "fieldName" "teambutton1SC" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "labelText" "&4" + "command" "jointeam red" + "team" "4" + } + + "teambutton2SC" + { + "ControlName" "CExButton" + "fieldName" "teambutton2SC" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "labelText" "&1" + "command" "jointeam auto" + } + + "teambutton3SC" + { + "ControlName" "CExButton" + "fieldName" "teambutton3SC" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "labelText" "&2" + "command" "jointeam spectate" + } }
\ No newline at end of file |
