修正玩家进出房间相关问题

修正获取玩家信息相关问题
实现操作录像传输
修改一些语言文本
This commit is contained in:
MrZ_26
2022-10-23 23:24:14 +08:00
parent 3ae0e80ce5
commit 6ecc80ac0f
13 changed files with 62 additions and 36 deletions

View File

@@ -137,8 +137,8 @@ return{
createRoomSuccessed="Room created",
playerKicked="[$1] removed [$2] from room",
started="Playing",
joinRoom="has entered the room.",
leaveRoom="has left the room.",
joinRoom="$1 has entered the room.",
leaveRoom="$1 has left the room.",
ready="Ready",
connStream="Connecting",
waitStream="Waiting",