整理玩家绘制代码,增加联网等待时文本

This commit is contained in:
MrZ626
2021-02-08 00:20:44 +08:00
parent db8ee5fc35
commit 5eaea39e74
8 changed files with 241 additions and 358 deletions

View File

@@ -96,7 +96,8 @@ return{
joinRoom="joined the room.",
leaveRoom="left the room.",
waiting="Waiting",
notReady="Waiting",
beReady="Ready",
chatRemain="Online: ",
chatStart="------Beginning of log------",
chatHistory="------New messages below------",

View File

@@ -98,7 +98,8 @@ return{
-- joinRoom="joined the room.",
-- leaveRoom="left the room.",
-- waiting="Waiting",
-- notReady="Waiting",
-- beReady="Ready",
-- chatRemain="Online: ",
-- chatStart="------Beginning of log------",
-- chatHistory="------New messages below------",

View File

@@ -96,7 +96,8 @@ return{
joinRoom="Entrou a sala.",
leaveRoom="Saiu da sala.",
-- waiting="Waiting",
-- notReady="Waiting",
-- beReady="Ready",
chatRemain="Online: ",
chatStart="------Começo do log------",
chatHistory="------Novas mensagens abaixo------",

View File

@@ -99,7 +99,8 @@ return{
-- joinRoom="joined the room.",
-- leaveRoom="left the room.",
-- waiting="Waiting",
-- notReady="Waiting",
-- beReady="Ready",
-- chatRemain="Online: ",
-- chatStart="------Beginning of log------",
-- chatHistory="------New messages below------",

View File

@@ -40,7 +40,8 @@ return{
diffPassword="字不认识?",
ranks={"","","","",""},
waiting="歇着",
notReady="没有准备好",
beReady="准备好了",
stat={
"开了几次:",

View File

@@ -97,7 +97,8 @@ return{
joinRoom="进入房间",
leaveRoom="离开房间",
waiting="等待中",
notReady="等待中",
beReady="准备",
chatRemain="人数:",
chatStart="------消息的开头------",
chatHistory="------以上是历史消息------",