workadventure/front/src/Phaser/Game
David Négrier 9ddf22d36b Removing GameScene from the list of known GameScene when leaving
This is important because when we come back to the GameScene later, some properties of the GameScene object might be initialized with the values of the previous GameScene.
Like the position if the user previously disconnected.

Closes #146
2020-06-03 10:45:25 +02:00
..
AddPlayerInterface.ts Fixing typos. 2020-05-24 23:14:12 +02:00
GameManager.ts Commenting out the notion of status in the GameManager 2020-05-25 22:37:07 +02:00
GameScene.ts Removing GameScene from the list of known GameScene when leaving 2020-06-03 10:45:25 +02:00
PlayerMovement.ts Adding PlayersPositionInterpolator to interpolate/extrapolate players positions 2020-06-02 13:44:42 +02:00
PlayersPositionInterpolator.ts Adding PlayersPositionInterpolator to interpolate/extrapolate players positions 2020-06-02 13:44:42 +02:00