add rope support
This commit is contained in:
parent
ccc77490ea
commit
ff0ac094cf
7 changed files with 91 additions and 19 deletions
|
@ -26,6 +26,10 @@ class Connection {
|
|||
this.player.updateInputs(data);
|
||||
});
|
||||
|
||||
socket.on('test', data => {
|
||||
this.player.room.world.test();
|
||||
});
|
||||
|
||||
this.server.assignRoom(this.player);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue