From 2c6e4381be34f691d61a74d14856b1a62cb70adc Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Dec 2017 17:08:20 -0500 Subject: 20171209 - Finished Classic Main Menu --- .../Classic Main Menu/resource/gamemenu.res | 37 +++++++++++----------- 1 file changed, 18 insertions(+), 19 deletions(-) (limited to 'customizations/Classic Main Menu/resource/gamemenu.res') 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" "" -- cgit v1.2.3