diff options
Diffstat (limited to 'customizations/Classic Main Menu/resource/gamemenu.res')
| -rw-r--r-- | customizations/Classic Main Menu/resource/gamemenu.res | 37 |
1 files changed, 18 insertions, 19 deletions
diff --git a/customizations/Classic Main Menu/resource/gamemenu.res b/customizations/Classic Main Menu/resource/gamemenu.res index 9ebddb9..ce86297 100644 --- a/customizations/Classic Main Menu/resource/gamemenu.res +++ b/customizations/Classic Main Menu/resource/gamemenu.res @@ -3,27 +3,33 @@ // MAIN MENU "GeneralStoreButton" { - "label" "Shop" - "command" "engine open_store" - "subimage" "" + "label" "Mann Co. Store" + "command" "engine open_store" } "CharacterSetupButton" { - "label" "Items" - "command" "engine open_charinfo" - "subimage" "" + "label" "Inventory" + "command" "engine open_charinfo" } "ReplayBrowserButton" { - "label" "Replays" - "command" "engine replay_reloadbrowser" - "subimage" "" + "label" "Replays" + "command" "engine replay_reloadbrowser" } "SteamWorkshopButton" { - "label" "#MMenu_SteamWorkshop" - "command" "engine OpenSteamWorkshopDialog" - "subimage" "" + "label" "#MMenu_SteamWorkshop" + "command" "engine OpenSteamWorkshopDialog" + } + "SettingsButton" + { + "label" "Options" + "command" "OpenOptionsDialog" + } + "TF2SettingsButton" + { + "label" "Adv. Options" + "command" "opentf2options" } "AchievementsButton" { @@ -32,13 +38,6 @@ "subimage" "glyph_achievements" "tooltip" "Achievements" } - "ReportBugButton" - { - "label" "" - "command" "engine bug" - "subimage" "glyph_bug" - "tooltip" "Report Bug" - } "ReportPlayerButton" { "label" "" |
