phaser/src/loader
2018-01-21 15:10:08 +01:00
..
filetypes Passing loader reference to load method 2018-01-21 15:10:08 +01:00
const.js You can now pass in a JS object to the JSON Loader instead of a URL. It will use the object to populate the data with. This impacts any loader type that uses json, so atlas, tilemap, audio sprite, etc. Closes #3147. 2018-01-19 17:53:07 +00:00
File.js File has a reference to its Loader, will also now emit progress events on itself. 2018-01-19 19:13:02 +00:00
FileTypesManager.js Added global FileTypes manager. 2018-01-19 13:29:25 +00:00
GetURL.js Moved repository location 2018-01-09 21:43:56 +00:00
index.js BaseLoader renamed LoaderPlugin, const updated, index updated. 2018-01-19 14:54:50 +00:00
LoaderPlugin.js Added LoadArray back in and sorted out callback passing. 2018-01-19 19:13:27 +00:00
MergeXHRSettings.js Moved repository location 2018-01-09 21:43:56 +00:00
XHRLoader.js Moved repository location 2018-01-09 21:43:56 +00:00
XHRSettings.js Moved repository location 2018-01-09 21:43:56 +00:00