diff options
Diffstat (limited to 'resource/ui/MainMenuOverride.res')
| -rw-r--r-- | resource/ui/MainMenuOverride.res | 72 |
1 files changed, 67 insertions, 5 deletions
diff --git a/resource/ui/MainMenuOverride.res b/resource/ui/MainMenuOverride.res index 09094e6..ff36419 100644 --- a/resource/ui/MainMenuOverride.res +++ b/resource/ui/MainMenuOverride.res @@ -209,6 +209,11 @@ { "image" "../console/title_invasion" } + + if_operation + { + "image" "../console/title_team_tough_break" + } } "SidePanelBG" @@ -1115,6 +1120,47 @@ } } + "ShowWarButton" + { + "ControlName" "CExImageButton" + "fieldName" "ShowWarButton" + "xpos" "c100" + "ypos" "30" + "zpos" "1" + "wide" "120" + "tall" "28" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "War is here!" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "25" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "showcomic" + "proportionaltoparent" "1" + + "navUp" "Notifications_Panel" + "navLeft" "SettingsButton" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + } + "Notifications_Panel" { "ControlName" "EditablePanel" @@ -3941,23 +3987,39 @@ { "0" { - "item" "Halloween 2015 Key" + "item" "Unused Operation Tough Break Pass" "show_market" "0" } "1" { - "item" "Halloween 2015 case" + "item" "Tough Break Case 01 Pyroland" + "show_market" "1" } "2" { - "item" "Taunt: Zoomin' Broom" - "show_market" "0" + "item" "Tough Break Case 02 Warbirds" + "show_market" "1" } "3" { - "item" "Taunt: Maggot's Condolence" + "item" "Tough Break Key" "show_market" "0" } + "4" + { + "item" "Tough Break Cosmetic Case" + "show_market" "1" + } + "5" + { + "item" "Tough Break Cosmetic Key" + "show_market" "0" + } + "5" + { + "item" "Taunt: Aerobic Taunt" + "show_market" "0" + } } } // Background |
