diff options
| author | ibruton <[email protected]> | 2015-12-17 19:40:00 -0600 |
|---|---|---|
| committer | ibruton <[email protected]> | 2015-12-17 19:40:00 -0600 |
| commit | 9d4bedb5d395c7452c8edf60bdf45dc1d1143f22 (patch) | |
| tree | e3fd1025d7593dd5f08fcb602f437ec3963bc20f /resource | |
| parent | e2a0c4ff76faaf8253e5a98c4514b246ee0529e7 (diff) | |
Updated for v2015.12.17
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/GameMenu.res | 2 | ||||
| -rw-r--r-- | resource/ui/MainMenuOverride.res | 72 |
2 files changed, 68 insertions, 6 deletions
diff --git a/resource/GameMenu.res b/resource/GameMenu.res index 4adcb2f..e8107e6 100644 --- a/resource/GameMenu.res +++ b/resource/GameMenu.res @@ -2,7 +2,7 @@ { "VersionNumber" { - "label" "rayshud v2015.1216" + "label" "rayshud v2015.1217" "subimage" "" "OnlyAtMenu" "0" } 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 |
