联网推进36,部分功能已经可用

This commit is contained in:
MrZ626
2021-02-07 03:50:24 +08:00
parent eec05e7eb6
commit d86eb59963
22 changed files with 454 additions and 100 deletions

View File

@@ -358,12 +358,15 @@ function PLY.newRemotePlayer(id,mini,playerData)
P.type="remote"
P.update=PLY.update.remote_alive
P.draw=PLY.draw.remote_norm
P.stream={}
P.streamProgress=1
playerData.p=P
P.userName=playerData.name
P.userID=playerData.id
P.subID=playerData.sid
loadRemoteEnv(P,playerData.conf or{})
applyGameEnv(P)