fbaiodias / phaser-multiplayer-game

:video_game: Simple real-time multiplayer phaser game example which uses node and websockets.
https://phaser-multiplayer-game.herokuapp.com/
304 stars 80 forks source link

constant movement bug fix #2

Closed sodest closed 8 years ago

sodest commented 8 years ago

fixes player 'sliding' which occurred after client movement

fbaiodias commented 8 years ago

Awesome! Thanks @sodest! :smiley:

sodest commented 8 years ago

This source code has helped me tremendously, much appreciated.