workadventure/front
David Négrier 482a344f45 Autoload tiles
This commit adds a listener in the preload function that will be triggered as soon as the map is loaded.
This function will load the resources from the map (tilesets) defined in the map.
That way, we don't have to define manually the list of tiles that have to be loaded (at the expense of a slight delay in loading since we must wait for the map to be loaded to start loading the tiles).
2020-04-15 19:23:06 +02:00
..
dist rewrote the app code to more easily allow for collisions 2020-04-12 16:12:08 +02:00
src Autoload tiles 2020-04-15 19:23:06 +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 Initial commit 2020-04-03 14:56:21 +02:00
Dockerfile Fixing Dockerfiles 2020-04-11 15:11:22 +02:00
package.json Front : create class to connect, send and receive message 2020-04-05 20:57:14 +02:00
tsconfig.json Initial commit 2020-04-03 14:56:21 +02:00
webpack.config.js create an env variable for debug mode 2020-04-13 19:40:10 +02:00
yarn.lock Front : create class to connect, send and receive message 2020-04-05 20:57:14 +02:00