Send event and play animation with user frame
This commit is contained in:
parent
b51ce51847
commit
5a6415607d
12 changed files with 128 additions and 84 deletions
|
@ -216,6 +216,7 @@ export class IoSocketController {
|
|||
socket.roomId = message.roomId;
|
||||
socket.userId = message.userId;
|
||||
socket.name = message.name;
|
||||
socket.frame = message.frame;
|
||||
}
|
||||
|
||||
refreshUserPosition() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue