phaser/src/loader
2018-01-25 23:19:23 +00:00
..
filetypes Added jsdocs to the Device inspector, removed out-dated properties and changed case of Device access 2018-01-25 17:03:35 +00: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 Moved removal of listeners to the loadComplete section (re: #3184) 2018-01-24 14:26:17 +00:00
MergeXHRSettings.js Fixed use of Object.assign (doesn't work on IE11) 2018-01-25 23:19:23 +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