summaryrefslogtreecommitdiff
path: root/resource/GameMenu.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2019-04-06 13:54:46 -0400
committerGitHub <[email protected]>2019-04-06 13:54:46 -0400
commitfd911f0f86352de97434aac3dbde812124caf52d (patch)
tree460d48020bb6c14fec54c86779f8d304d7c83f05 /resource/GameMenu.res
parent581f8398788825c7f44825dd2c5118e3535de7c0 (diff)
parent896d2088f4f926d5425e00b11ae85d7791eaba85 (diff)
Merge pull request #126 from raysfire/dev
v2019.0406
Diffstat (limited to 'resource/GameMenu.res')
-rw-r--r--resource/GameMenu.res54
1 files changed, 27 insertions, 27 deletions
diff --git a/resource/GameMenu.res b/resource/GameMenu.res
index 2138d67..fba28ce 100644
--- a/resource/GameMenu.res
+++ b/resource/GameMenu.res
@@ -3,35 +3,23 @@
// MAIN MENU
"CharacterSetupButton"
{
- "label" "Inventory"
- "command" "engine open_charinfo"
+ "label" "Inventory"
+ "command" "engine open_charinfo"
}
"GeneralStoreButton"
{
"label" "Mann Co. Store"
"command" "engine open_store"
}
- "ReplayBrowserButton"
- {
- "label" "Replay"
- "command" "engine replay_reloadbrowser"
- }
"SettingsButton"
{
- "label" "Options"
- "command" "OpenOptionsDialog"
+ "label" "Options"
+ "command" "OpenOptionsDialog"
}
"TF2SettingsButton"
{
- "label" "Adv. Options"
- "command" "opentf2options"
- }
- "SteamWorkshopButton"
- {
- "label" ""
- "command" "engine OpenSteamWorkshopDialog"
- "subimage" "glyph_steamworkshop"
- "tooltip" "Steam Workshop"
+ "label" "Adv. Options"
+ "command" "opentf2options"
}
"AchievementsButton"
{
@@ -40,12 +28,10 @@
"subimage" "glyph_achievements"
"tooltip" "Achievements"
}
- "ReportBugButton"
+ "ReplayButton"
{
- "label" ""
- "command" "engine bug"
- "subimage" "glyph_bug"
- "tooltip" "Report a Bug"
+ "label" "Replay"
+ "command" "engine replay_reloadbrowser"
}
"ConsoleButton"
{
@@ -54,21 +40,35 @@
"subimage" "glyph_options"
"tooltip" "Console"
}
+ "ReportBugButton"
+ {
+ "label" ""
+ "command" "engine bug"
+ "subimage" "glyph_bug"
+ "tooltip" "Report a Bug"
+ }
+ "SteamWorkshopButton"
+ {
+ "label" ""
+ "command" "engine OpenSteamWorkshopDialog"
+ "subimage" "glyph_steamworkshop"
+ "tooltip" "Steam Workshop"
+ }
"CallVoteButton"
{
"label" ""
"command" "callvote"
"OnlyInGame" "1"
- "subimage" "icon_checkbox"
- "tooltip" "Call Vote"
+ "subimage" "icon_checkbox"
+ "tooltip" "Call Vote"
}
"MutePlayersButton"
{
"label" ""
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
- "subimage" "glyph_muted"
- "tooltip" "Mute Players"
+ "subimage" "glyph_muted"
+ "tooltip" "Mute Players"
}
"ReportPlayerButton"
{