summaryrefslogtreecommitdiff
path: root/resource/GameMenu.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2017-10-28 10:00:13 -0400
committerCriticalFlaw <[email protected]>2017-10-28 10:00:13 -0400
commit2699ff3f4fde75e2f77dbaa4274749cdf00fd0b2 (patch)
tree331aa28fbb0cc28836e1cbde6bcb7177ad94c7e9 /resource/GameMenu.res
parenta9c346e343aa678f281c0233948b4f90415c5b1f (diff)
20171028 - Scream Fortress 2017 Update
- Updated for Scream Fortress 2017 - Updated the Main Menu design and backend - Updated the version number - Fixed inexplicable crashes following the Scream Fortress update - Fixed incorrect image file being used during the loading screen - Fixed the Phlogistinator, Thermal Thruster and Vita Saw meters - Miscellaneous other fixes and tweaks - Removed unused files, code and fonts - Replaced the current crosshairs with KnuckleCrosses
Diffstat (limited to 'resource/GameMenu.res')
-rw-r--r--resource/GameMenu.res66
1 files changed, 34 insertions, 32 deletions
diff --git a/resource/GameMenu.res b/resource/GameMenu.res
index 387e518..67b0a61 100644
--- a/resource/GameMenu.res
+++ b/resource/GameMenu.res
@@ -1,75 +1,77 @@
-"GameMenu" [$WIN32]
+"GameMenu"
{
- "ServerBrowserButton"
- {
- "label" "Servers"
- "command" "OpenServerBrowser"
- "subimage" ""
- "OnlyAtMenu" "0"
- }
+ // MAIN MENU
"CharacterSetupButton"
{
- "label" "Items"
- "command" "engine open_charinfo"
- "subimage" ""
+ "label" "Inventory"
+ "command" "engine open_charinfo"
+ "subimage" ""
}
"GeneralStoreButton"
{
- "label" "Shop"
- "command" "engine open_store"
- "subimage" ""
+ "label" "Mann Co. Store"
+ "command" "engine open_store"
+ "subimage" ""
}
"ReplayBrowserButton"
{
- "label" "Replays"
- "command" "engine replay_reloadbrowser"
- "subimage" ""
+ "label" "Replay"
+ "command" "engine replay_reloadbrowser"
+ "subimage" ""
+ }
+ "SettingsButton"
+ {
+ "label" "Options"
+ "command" "OpenOptionsDialog"
+ }
+ "TF2SettingsButton"
+ {
+ "label" "Adv. Options"
+ "command" "opentf2options"
}
- //SettingsButton
- //TF2SettingsButton
- //MinmodeToggle
-
+
"CreateServerButton"
{
"label" ""
"command" "OpenCreateMultiplayerGameDialog"
"tooltip" "Create Server"
}
- "ReportBugButton"
- {
- "label" ""
- "command" "engine bug"
- "tooltip" "Report Bug"
- }
"AchievementsButton"
{
"label" ""
"command" "OpenAchievementsDialog"
+ "subimage" "glyph_achievements"
"tooltip" "Achievements"
}
-
+ "ReportBugButton"
+ {
+ "label" ""
+ "command" "engine bug"
+ "subimage" "glyph_bug"
+ "tooltip" "Report Bug"
+ }
"CallVoteButton"
{
"label" ""
"command" "callvote"
- "OnlyInGame" "1"
"subimage" "icon_checkbox"
"tooltip" "Call Vote"
+ "OnlyInGame" "1"
}
"MutePlayersButton"
{
"label" ""
"command" "OpenPlayerListDialog"
- "OnlyInGame" "1"
"subimage" "glyph_muted"
"tooltip" "Mute Player"
+ "OnlyInGame" "1"
}
"ReportPlayerButton"
{
"label" ""
"command" "OpenReportPlayerDialog"
- "OnlyInGame" "1"
- "subimage" "glyph_alert"
+ "subimage" "glyph_commentary"
"tooltip" "Report Player"
+ "OnlyInGame" "1"
}
} \ No newline at end of file