"GameMenu" { // MAIN MENU "CharacterSetupButton" { "label" "Inventory" "command" "engine open_charinfo" } "GeneralStoreButton" { "label" "Mann Co. Store" "command" "engine open_store" } "SettingsButton" { "label" "Options" "command" "OpenOptionsDialog" } "TF2SettingsButton" { "label" "Adv. Options" "command" "opentf2options" } "AchievementsButton" { "label" "" "command" "OpenAchievementsDialog" "subimage" "glyph_achievements" "tooltip" "Achievements" } "ReplayButton" { "label" "Replay" "command" "engine replay_reloadbrowser" } "SteamWorkshopButton" { "label" "#MMenu_SteamWorkshop" "command" "engine OpenSteamWorkshopDialog" } "CallVoteButton" { "label" "" "command" "callvote" "OnlyInGame" "1" "subimage" "icon_checkbox" "tooltip" "Call Vote" } "MutePlayersButton" { "label" "" "command" "OpenPlayerListDialog" "OnlyInGame" "1" "subimage" "glyph_muted" "tooltip" "Mute Players" } "ReportPlayerButton" { "label" "" "command" "OpenReportPlayerDialog" "OnlyInGame" "1" "subimage" "glyph_commentary" "tooltip" "Report Player" } }