联网推进48,增加准备按钮和开房按钮
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user