联网推进48,增加准备按钮和开房按钮

This commit is contained in:
MrZ626
2021-02-09 00:01:03 +08:00
parent 93058057ec
commit 443fd1513a
8 changed files with 92 additions and 46 deletions

View File

@@ -94,6 +94,8 @@ return{
wsError="WS错误: ",
waitNetTask="正在连接,请稍候",
createRoomTooFast="创建房间太快啦,等等吧",
createRoomSuccessed="创建房间成功!",
joinRoom="进入房间",
leaveRoom="离开房间",
notReady="等待中",
@@ -245,10 +247,14 @@ return{
},
net_rooms={
fresh="刷新",
new="创建房间",
join="加入",
up="",
down="",
},
net_game={
ready="准备",
},
net_chat={
send="发送",
},