add rope support

This commit is contained in:
Asraelite 2016-03-26 18:43:34 +00:00
parent ccc77490ea
commit ff0ac094cf
7 changed files with 91 additions and 19 deletions

View file

@ -26,6 +26,10 @@ class Connection {
this.player.updateInputs(data);
});
socket.on('test', data => {
this.player.room.world.test();
});
this.server.assignRoom(this.player);
}