diff options
| author | CriticalFlaw <[email protected]> | 2019-08-04 17:33:42 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-08-04 17:33:42 -0400 |
| commit | 3e47da874f95e417161be6c426431b4c3c596350 (patch) | |
| tree | 0a78540c5f4bef374b567004aab1f4479bd80e37 /customizations/Team Menu/teammenu-center.res | |
| parent | 3b1c09d0bd5af6ef8899bd9b279675bc8590c728 (diff) | |
Renamed customization folders for Linux
Follow up to waylon531's pull request. Renaming customization folders to be lowercase and without spaces so that they can be read on Linux operating systems.
Diffstat (limited to 'customizations/Team Menu/teammenu-center.res')
| -rw-r--r-- | customizations/Team Menu/teammenu-center.res | 177 |
1 files changed, 0 insertions, 177 deletions
diff --git a/customizations/Team Menu/teammenu-center.res b/customizations/Team Menu/teammenu-center.res deleted file mode 100644 index 7c3ec53..0000000 --- a/customizations/Team Menu/teammenu-center.res +++ /dev/null @@ -1,177 +0,0 @@ -"Resource/UI/TeamMenu.res" -{ - "MainBG" - { - "fillcolor" "Transparent" - } - "SidePanelBG" - { - "fillcolor" "Transparent" - } - "AutojoinBackground" - { - "xpos" "c-110" - "ypos" "c-40" - "wide" "220" - "tall" "20" - } - "SpectateBackground" - { - "xpos" "c-110" - "ypos" "c20" - "wide" "220" - "tall" "20" - } - - "mapname" - { - "xpos" "c-100" - "ypos" "c-100" - "wide" "200" - } - - "SelectTeamLabel" - { - "xpos" "30" - "ypos" "c200" - "wide" "450" - "textAlignment" "west" - } - - "teambutton0" - { - "xpos" "c-110" - "ypos" "210" - "wide" "110" - "tall" "40" - "labelText" "&3. Blue Team" [$WIN32] - "textAlignment" "center" - "font" "CerbeticaBold16" - } - - "BlueTeamBG" - { - "xpos" "c-110" - "ypos" "c-20" - "wide" "110" - "tall" "40" - } - - "teambutton1" - { - "xpos" "c0" - "ypos" "210" - "wide" "110" - "tall" "40" - "labelText" "&4. Red Team" [$WIN32] - "textAlignment" "center" - "font" "CerbeticaBold16" - } - - "RedTeamBG" - { - "xpos" "c0" - "ypos" "c-20" - "wide" "110" - "tall" "40" - } - - "teambutton2" - { - "xpos" "c-110" - "ypos" "c-40" - "wide" "220" - "tall" "20" - "labelText" "&1. Auto-Join" - "textAlignment" "center" - "font" "CerbeticaBold16" - } - - "teambutton3" - { - "xpos" "c-110" - "ypos" "c20" - "wide" "220" - "tall" "20" - "labelText" "&2. Spectate" [$WIN32] - "textAlignment" "center" - "font" "CerbeticaBold16" - } - - "BlueCount" - { - "xpos" "c-157" - "ypos" "c-10" - "wide" "90" - "font" "Cerbetica14" - "fgcolor" "255 255 255 175" - } - "BlueCountPlayers" - { - "ControlName" "CExLabel" - "fieldName" "BlueCountPlayers" - "xpos" "c-120" - "ypos" "c-10" - "zpos" "1" - "wide" "90" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "players" - "textAlignment" "east" - "dulltext" "0" - "brighttext" "1" - "font" "Cerbetica14" - "fgcolor" "255 255 255 175" - } - - "RedCount" - { - "xpos" "c-51" - "ypos" "c-10" - "wide" "90" - "labelText" "%redcount%" - "font" "Cerbetica14" - "fgcolor" "255 255 255 175" - } - "RedCountPlayers" - { - "ControlName" "CExLabel" - "fieldName" "RedCountPlayers" - "xpos" "c-14" - "ypos" "c-10" - "zpos" "1" - "wide" "90" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "players" - "textAlignment" "east" - "dulltext" "0" - "brighttext" "1" - "font" "Cerbetica14" - "fgcolor" "255 255 255 175" - } - - "HighlanderLabel" - { - "xpos" "c-50" - "ypos" "c100" - "wide" "105" - } - - "HighlanderLabelShadow" - { - "wide" "105" - } - - "CancelButton" - { - "xpos" "r190" - "wide" "150" - } -}
\ No newline at end of file |
