Changing the "Point" notion to add a notion of "moving" in addition to the notion...
authorDavid Négrier <d.negrier@thecodingmachine.com>
Fri, 22 May 2020 20:59:43 +0000 (22:59 +0200)
committerDavid Négrier <d.negrier@thecodingmachine.com>
Fri, 22 May 2020 21:04:45 +0000 (23:04 +0200)
commitab798b1c09a9fdfbb52338c456f7214d998e4d16
treef8006381f946d6557718dc51732d1a9568ececd8
parentf44a44c109936ccbabc18bb35be2e559b99689ea
Changing the "Point" notion to add a notion of "moving" in addition to the notion of direction.

Also, refactoring JOIN_ROOM event to add complete position.
back/src/Controller/IoSocketController.ts
back/src/Model/Websocket/MessageUserJoined.ts
back/src/Model/Websocket/MessageUserPosition.ts
front/src/Connexion.ts
front/src/Phaser/Entity/PlayableCaracter.ts
front/src/Phaser/Game/GameManager.ts
front/src/Phaser/Game/GameScene.ts
front/src/Phaser/Player/Animation.ts
front/src/Phaser/Player/Player.ts