phaser/v3/src/loader
Rafael Barbosa Lopes c1c3bd3fdf Fix url parameter processing.
Passing an URL to load any given file asset is optional, and the method
should make its best guess, based on some defaults, to load the
requested file.

This fix ensures the `url` attribute of the File object yields the
correct value.
2017-07-05 09:36:45 -03:00
..
events Loader Events extend Event class. 2017-07-04 13:10:51 +01:00
filetypes Updated File Types to use config object instead. 2017-07-03 17:06:40 +01:00
BaseLoader.js Lots more updates moving everything to consistent class structure. 2017-07-03 16:05:22 +01:00
const.js Added in all of the Array Utils. 2016-12-07 13:34:21 +00:00
File.js Fix url parameter processing. 2017-07-05 09:36:45 -03:00
GetURL.js Added Multi Atlas loader support and fixed issue with Set.each iteration. 2016-12-08 16:23:04 +00:00
MergeXHRSettings.js eslint fix. 2017-04-11 17:21:50 +01:00
XHRLoader.js Updated Loader, added ArrayBuffer to Base64, added GetURL. You can now load a file on its own, without using a Loader instance at all. 2016-12-01 12:51:05 +00:00
XHRSettings.js State level Loader re-implemented, and lots of BaseLoader features updated. 2016-11-30 17:16:45 +00:00