mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
updated resource directory to official ns 3.2 version
This commit is contained in:
parent
00deee43f1
commit
69fd491e5b
2 changed files with 24 additions and 17 deletions
|
@ -9,7 +9,7 @@
|
|||
"2"
|
||||
{
|
||||
"label" "#Menu_ReadyRoom"
|
||||
"command" "engine readyroom"
|
||||
"command" "engine menureadyroom"
|
||||
"OnlyInGame" "1"
|
||||
}
|
||||
"3"
|
||||
|
@ -30,13 +30,13 @@
|
|||
// "command" "OpenLoadGameDialog"
|
||||
// "notmulti" "1"
|
||||
// }
|
||||
"6"
|
||||
{
|
||||
"label" "#GameUI_GameMenu_SaveGame"
|
||||
"command" "OpenSaveGameDialog"
|
||||
"notmulti" "1"
|
||||
"OnlyInGame" "1"
|
||||
}
|
||||
// "6"
|
||||
// {
|
||||
// "label" "#GameUI_GameMenu_SaveGame"
|
||||
// "command" "OpenSaveGameDialog"
|
||||
// "notmulti" "1"
|
||||
// "OnlyInGame" "1"
|
||||
// }
|
||||
"7"
|
||||
{
|
||||
"label" ""
|
||||
|
@ -45,20 +45,27 @@
|
|||
}
|
||||
"8"
|
||||
{
|
||||
"label" "#GameUI_GameMenu_FindServers"
|
||||
"command" "OpenServerBrowser"
|
||||
"label" "#GameUI_GameMenu_PlayerList"
|
||||
"command" "OpenPlayerListDialog"
|
||||
"OnlyInGame" "1"
|
||||
"notmulti" "0"
|
||||
}
|
||||
"9"
|
||||
{
|
||||
"label" "#GameUI_GameMenu_CreateServer"
|
||||
"command" "OpenCreateMultiplayerGameDialog"
|
||||
}
|
||||
// "10"
|
||||
// {
|
||||
// "name" "LoadDemo"
|
||||
// "label" "#GameUI_GameMenu_PlayDemo"
|
||||
// "command" "OpenLoadDemoDialog"
|
||||
// }
|
||||
"10"
|
||||
{
|
||||
"label" "#GameUI_GameMenu_FindServers"
|
||||
"command" "OpenServerBrowser"
|
||||
}
|
||||
//"11"
|
||||
//{
|
||||
//"name" "LoadDemo"
|
||||
//"label" "#GameUI_GameMenu_PlayDemo"
|
||||
//"command" "OpenLoadDemoDialog"
|
||||
//}
|
||||
"11"
|
||||
{
|
||||
"label" ""
|
||||
|
@ -80,4 +87,4 @@
|
|||
"label" "#GameUI_GameMenu_Quit"
|
||||
"command" "Quit"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue