UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

9 lines (8 loc) 536 B
/** * @typedef {object} Phaser.Types.Loader.FileTypes.MultiScriptFileConfig * * @property {string} key - The key of the file. Must be unique within the Loader. * @property {string[]} [url] - An array of absolute or relative URLs to load the script files from. They are processed in the order given in the array. * @property {string} [extension='js'] - The default file extension to use if no url is provided. * @property {Phaser.Types.Loader.XHRSettingsObject} [xhrSettings] - Extra XHR Settings specifically for these files. */