联网推进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

@@ -93,6 +93,8 @@ return{
wsError="WebSocket error: ",
waitNetTask="Connecting, please wait",
createRoomTooFast="Create room too fast!",
createRoomSuccessed="Room successfully created!",
joinRoom="joined the room.",
leaveRoom="left the room.",
notReady="Waiting",
@@ -244,10 +246,14 @@ return{
},
net_rooms={
fresh="Fresh",
new="New room",
join="Join",
up="",
down="",
},
net_game={
ready="Ready",
},
net_chat={
send="Send",
},