fortressforever-scripts/resource/GameMenu.res

63 lines
969 B
Text
Raw Normal View History

2014-11-12 02:32:26 +00:00
"GameMenu"
{
"1"
{
"label" "#GameUI_GameMenu_ResumeGame"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"2"
{
"label" "#GameUI_GameMenu_Disconnect"
"command" "Disconnect"
"OnlyInGame" "1"
}
"3"
{
"label" "#GameUI_GameMenu_PlayerList"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
}
"4"
{
"label" "#GameUI_GameMenu_FindServers"
"command" "OpenServerBrowser"
}
"5"
{
"label" "#GameUI_GameMenu_CreateServer"
"command" "OpenCreateMultiplayerGameDialog"
}
"6"
{
"label" "#GameUI_GameMenu_Training"
"command" "engine ff_training"
}
"7"
{
"label" "#GameUI_GameMenu_Friends"
"command" "OpenFriendsDialog"
}
"8"
{
"label" "#GameUI_GameMenu_Options"
"command" "OpenOptionsDialog"
}
"9"
{
"label" "#GameUI_GameMenu_FFOptions"
"command" "engine ff_options"
}
// "10"
// {
// "label" "#GameUI_GameMenu_MP3Player"
// "command" "engine mp3"
// }
"11"
{
"label" "#GameUI_GameMenu_Quit"
"command" "Quit"
}
}