menthahud-lyra/resource/gamemenu.res

52 lines
No EOL
979 B
Text

"GameMenu" [$WIN32]
{
"HomeServer"
{
"label" ""
"command" "engine JoinHomeServer"
"OnlyAtMenu" "1"
"tooltip" "Home Server"
}
"SteamWorkshopButton"
{
"label" "Workshop"
"command" "engine OpenSteamWorkshopDialog"
"subimage" "glyph_steamworkshop"
"tooltip" "Open Steam Workshop"
}
// These buttons are only shown while in-game
// and also are positioned by the .res file
"RequestCoachButton"
{
"label" ""
"command" "engine cl_coach_find_coach"
"OnlyInGame" "1"
"subimage" "icon_whistle"
"tooltip" "#MMenu_RequestCoach"
}
"CallVoteButton"
{
"label" "J"
"command" "callvote"
"OnlyInGame" "1"
"subimage" "icon_checkbox"
"tooltip" "Call Vote"
}
"MutePlayersButton"
{
"label" ">"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
"subimage" "glyph_muted"
"tooltip" "Mute Players"
}
"ReportPlayerButton"
{
"label" "!"
"command" "OpenReportPlayerDialog"
"OnlyInGame" "1"
"tooltip" "Report Player"
}
}