blob: f65745c8da79d594272d24ef4ed1b88bccfd3d55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
"GameMenu" [$WIN32]
{
"ServerBrowserButton"
{
"label" "Servers"
"command" "OpenServerBrowser"
"subimage" ""
"OnlyAtMenu" "0"
}
"CharacterSetupButton"
{
"label" "Items"
"command" "engine open_charinfo"
"subimage" ""
}
"GeneralStoreButton"
{
"label" "Shop"
"command" "engine open_store"
"subimage" ""
}
"ReplayBrowserButton"
{
"label" "Replays"
"command" "engine replay_reloadbrowser"
"subimage" ""
}
//SettingsButton
//TF2SettingsButton
//MinmodeToggle
"CreateServerButton"
{
"label" "#GameUI_GameMenu_CreateServer"
"command" "OpenCreateMultiplayerGameDialog"
"OnlyAtMenu" "1"
"tooltip" "#GameUI_GameMenu_CreateServer"
}
"CallVoteButton"
{
"label" ""
"command" "callvote"
"OnlyInGame" "1"
"subimage" "icon_checkbox"
"tooltip" "#MMenu_CallVote"
}
"MutePlayersButton"
{
"label" ""
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
"subimage" "glyph_muted"
"tooltip" "#MMenu_MutePlayers"
}
"ReportPlayerButton"
{
"label" ""
"command" "OpenReportPlayerDialog"
"OnlyInGame" "1"
"subimage" "glyph_alert"
"tooltip" "#MMenu_ReportPlayer"
}
}
|