summaryrefslogtreecommitdiff
path: root/customizations/Classic Main Menu/resource/gamemenu.res
diff options
context:
space:
mode:
Diffstat (limited to 'customizations/Classic Main Menu/resource/gamemenu.res')
-rw-r--r--customizations/Classic Main Menu/resource/gamemenu.res66
1 files changed, 66 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..9ebddb9
--- /dev/null
+++ b/customizations/Classic Main Menu/resource/gamemenu.res
@@ -0,0 +1,66 @@
+"GameMenu" [$WIN32]
+{
+ // MAIN MENU
+ "GeneralStoreButton"
+ {
+ "label" "Shop"
+ "command" "engine open_store"
+ "subimage" ""
+ }
+ "CharacterSetupButton"
+ {
+ "label" "Items"
+ "command" "engine open_charinfo"
+ "subimage" ""
+ }
+ "ReplayBrowserButton"
+ {
+ "label" "Replays"
+ "command" "engine replay_reloadbrowser"
+ "subimage" ""
+ }
+ "SteamWorkshopButton"
+ {
+ "label" "#MMenu_SteamWorkshop"
+ "command" "engine OpenSteamWorkshopDialog"
+ "subimage" ""
+ }
+ "AchievementsButton"
+ {
+ "label" ""
+ "command" "OpenAchievementsDialog"
+ "subimage" "glyph_achievements"
+ "tooltip" "Achievements"
+ }
+ "ReportBugButton"
+ {
+ "label" ""
+ "command" "engine bug"
+ "subimage" "glyph_bug"
+ "tooltip" "Report Bug"
+ }
+ "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