/**
* where all preloaded content is cached
*/
// contains all the images loaded
export let imgList = {};
// contains all the TMX loaded
export let tmxList = {};
// contains all the binary files loaded
export let binList = {};
// contains all the JSON files
export let jsonList = {};
// contains all the video files
export let videoList = {};
Powered by webdoc!