summaryrefslogtreecommitdiff
path: root/customizations/Classic Main Menu/resource/gamemenu.res
diff options
context:
space:
mode:
authorIgor Nikitin <[email protected]>2017-12-09 17:34:44 -0500
committerGitHub <[email protected]>2017-12-09 17:34:44 -0500
commited3d9e4c49259923064b5b549e3862a66a6decd6 (patch)
tree0cd2d229612127fcc4e9d3ccafd3007e4dd9f3e3 /customizations/Classic Main Menu/resource/gamemenu.res
parent865fb59a0af085e686a01c2c4ec4728bc09c6ae8 (diff)
parent10806c8c38f2705223c834a215f5d82fcb0f10ec (diff)
20171210 - December Update
- Added transparent viewmodels - Added back the basechat.res file - Added Classic Main Menu Style - Added scoreboard styles to be independent of the minmode toggle - Fixed the win panel score clipping - Fixed the placement of the MOTD Button - Fixed rayshud crosshairs not displaying - Fixed the main menu background streching - Replaced icon fonts with actual icon files - Removed maximum player health value - Removed main menu character images - Removed files similar or identical to the stock HUD - Miscellaneous color and font tweaks and adjustments
Diffstat (limited to 'customizations/Classic Main Menu/resource/gamemenu.res')
-rw-r--r--customizations/Classic Main Menu/resource/gamemenu.res65
1 files changed, 65 insertions, 0 deletions
diff --git a/customizations/Classic Main Menu/resource/gamemenu.res b/customizations/Classic Main Menu/resource/gamemenu.res
new file mode 100644
index 0000000..ce86297
--- /dev/null
+++ b/customizations/Classic Main Menu/resource/gamemenu.res
@@ -0,0 +1,65 @@
+"GameMenu" [$WIN32]
+{
+ // MAIN MENU
+ "GeneralStoreButton"
+ {
+ "label" "Mann Co. Store"
+ "command" "engine open_store"
+ }
+ "CharacterSetupButton"
+ {
+ "label" "Inventory"
+ "command" "engine open_charinfo"
+ }
+ "ReplayBrowserButton"
+ {
+ "label" "Replays"
+ "command" "engine replay_reloadbrowser"
+ }
+ "SteamWorkshopButton"
+ {
+ "label" "#MMenu_SteamWorkshop"
+ "command" "engine OpenSteamWorkshopDialog"
+ }
+ "SettingsButton"
+ {
+ "label" "Options"
+ "command" "OpenOptionsDialog"
+ }
+ "TF2SettingsButton"
+ {
+ "label" "Adv. Options"
+ "command" "opentf2options"
+ }
+ "AchievementsButton"
+ {
+ "label" ""
+ "command" "OpenAchievementsDialog"
+ "subimage" "glyph_achievements"
+ "tooltip" "Achievements"
+ }
+ "ReportPlayerButton"
+ {
+ "label" ""
+ "command" "OpenReportPlayerDialog"
+ "subimage" "glyph_commentary"
+ "tooltip" "Report Player"
+ "OnlyInGame" "1"
+ }
+ "CallVoteButton"
+ {
+ "label" ""
+ "command" "callvote"
+ "subimage" "icon_checkbox"
+ "tooltip" "Call Vote"
+ "OnlyInGame" "1"
+ }
+ "MutePlayersButton"
+ {
+ "label" ""
+ "command" "OpenPlayerListDialog"
+ "subimage" "glyph_muted"
+ "tooltip" "Mute Player"
+ "OnlyInGame" "1"
+ }
+} \ No newline at end of file