workadventure/front
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
..
dist Update strategy caching bundle front js files with webpack 2020-06-01 11:53:12 +02:00
src Removing GameScene from the list of known GameScene when leaving 2020-06-03 10:45:25 +02:00
tests/Phaser/Game Adding PlayersPositionInterpolator to interpolate/extrapolate players positions 2020-06-02 13:44:42 +02:00
.dockerignore Fixing Dockerfiles 2020-04-11 15:11:22 +02:00
.eslintrc.json Adding ESLint for front part 2020-04-04 16:16:20 +02:00
.gitignore Adding communication between LoginScene and SelectCharacterScene 2020-05-26 17:25:29 +02:00
Dockerfile Fixing Dockerfiles 2020-04-11 15:11:22 +02:00
jasmine.json Adding PlayerMovement class to interpolate/extrapolate position along tests (installing Jasmine) 2020-06-02 10:48:04 +02:00
package.json Adding PlayerMovement class to interpolate/extrapolate position along tests (installing Jasmine) 2020-06-02 10:48:04 +02:00
tsconfig.json Adding PlayerMovement class to interpolate/extrapolate position along tests (installing Jasmine) 2020-06-02 10:48:04 +02:00
webpack.config.js Update strategy caching bundle front js files with webpack 2020-06-01 11:53:12 +02:00
yarn.lock Adding PlayerMovement class to interpolate/extrapolate position along tests (installing Jasmine) 2020-06-02 10:48:04 +02:00