workadventure/front/src/Phaser
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
..
Entity Refactor sizing hitbox charactere 2020-04-13 16:53:19 +02:00
Game Autoload tiles 2020-04-15 19:23:06 +02:00
Map Autoload tiles 2020-04-15 19:23:06 +02:00
NonPlayer Merge branch 'interaction' into kharhamel-interaction 2020-04-13 13:42:21 +02:00
Player deleted cameraManager, use camera follow code instead 2020-04-13 19:57:14 +02:00
UserInput Merge branch 'interaction' into kharhamel-interaction 2020-04-13 13:42:21 +02:00