联网推进37,修改ws消息分隔符,登录验证游戏版本,大改进房消息机制,准备开局系统初步

This commit is contained in:
MrZ626
2021-02-08 04:34:34 +08:00
parent 5eaea39e74
commit 7c446872cb
14 changed files with 44 additions and 31 deletions

View File

@@ -63,7 +63,7 @@ end
function scene.socketRead(mes)
local cmd=mes:sub(1,1)
local args=splitStr(mes:sub(2),":")
local args=splitStr(mes:sub(2),";")
if cmd=="J"or cmd=="L"then
textBox:push{
COLOR.lR,args[1],