workadventure/front/src
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
..
Enum deleted cameraManager, use camera follow code instead 2020-04-13 19:57:14 +02:00
Phaser Autoload tiles 2020-04-15 19:23:06 +02:00
Connexion.ts Fix feedback @kharhamel 2020-04-12 13:57:00 +02:00
index.ts create an env variable for debug mode 2020-04-13 19:40:10 +02:00