Autoload tiles
authorDavid Négrier <d.negrier@thecodingmachine.com>
Wed, 15 Apr 2020 17:23:06 +0000 (19:23 +0200)
committerDavid Négrier <d.negrier@thecodingmachine.com>
Wed, 15 Apr 2020 17:23:06 +0000 (19:23 +0200)
commit482a344f459fe64d95ddb5f95cf834503ba30ad3
tree8bfcc85078d664abb8d43cdaf7046a4a6e39ef2e
parent705617abe7ee9c58f54727f6873095c2d3ec3c77
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).
front/src/Phaser/Game/GameScene.ts
front/src/Phaser/Map/ITiledMap.ts [new file with mode: 0644]