phaser/src/loader
2022-11-29 18:11:29 +00:00
..
events Docs: correct example code in FILE_KEY_COMPLETE 2022-11-01 20:16:10 -07:00
filetypes When ImageFile loads with a linked Normal Map and the map completes first, but the Image is still in a pending state, it would incorrectly add itself to the cache instead of waiting. It now checks this process more carefully. Fix #5886 2022-11-29 18:11:29 +00:00
typedefs Updated copyright year 2022-02-28 14:29:51 +00:00
const.js Updated copyright year 2022-02-28 14:29:51 +00:00
File.js LoaderPlugin.localSchemes is a new array of scheme strings that the Loader considers as being local files. This is populated by the new Phaser.Core.Config#loaderLocalScheme game / scene config property. It defaults to [ 'file://', 'capacitor://' ] but additional schemes can be defined or pushed onto this array. Based on #6010 2022-05-09 18:34:56 +01:00
FileTypesManager.js Updated copyright year 2022-02-28 14:29:51 +00:00
GetURL.js Updated copyright year 2022-02-28 14:29:51 +00:00
index.js Updated copyright year 2022-02-28 14:29:51 +00:00
LoaderPlugin.js Update LoaderPlugin.js 2022-11-29 17:47:44 +00:00
MergeXHRSettings.js Updated copyright year 2022-02-28 14:29:51 +00:00
MultiFile.js Updated copyright year 2022-02-28 14:29:51 +00:00
XHRLoader.js Updated copyright year 2022-02-28 14:29:51 +00:00
XHRSettings.js Updated copyright year 2022-02-28 14:29:51 +00:00