新增聊天测试场景

This commit is contained in:
MrZ626
2020-12-01 01:23:55 +08:00
parent d342a1d55c
commit f02c0b7d8b
7 changed files with 58 additions and 1 deletions

View File

@@ -202,6 +202,14 @@ return{
restart="Retry (R)",
quit="Quit (Q)",
},
netgame={
ffa="FFA",
rooms="Rooms",
chat="Chat",
},
chat={
send="Send",
},
setting_game={
title="Game Settings",
graphic="←Video",

View File

@@ -204,6 +204,14 @@ return{
restart="Réessayer (R)",
quit="Quitter (Q)",
},
netgame={
-- ffa="FFA",
-- rooms="Rooms",
-- chat="Chat",
},
chat={
-- send="Send",
},
setting_game={
title="Paramètres du jeu",

View File

@@ -208,6 +208,14 @@ return{
restart="Reiniciar (R)",
quit= "Finalizar (Q)",
},
netgame={
-- ffa="FFA",
-- rooms="Rooms",
-- chat="Chat",
},
chat={
-- send="Send",
},
setting_game={
title="Ajustes del Juego",
graphic="←Video",

View File

@@ -228,6 +228,14 @@ return{
restart="重新开始(R)",
quit= "退出(Q)",
},
netgame={
ffa="FFA",
rooms="房间列表",
chat="聊天室",
},
chat={
send="发送",
},
setting_game={
title="游戏设置",
graphic="←画面设置",