This commit is contained in:
Richard Davey 2018-05-09 12:11:29 +01:00
parent d90e012898
commit b1d41e506f
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ var JSONFile = require('./JSONFile.js');
var MultiFile = require('../MultiFile.js');
/**
* @typedef {object} Phaser.Loader.FileTypes.AudioSpriteFileFileConfig
* @typedef {object} Phaser.Loader.FileTypes.AudioSpriteFileConfig
*
* @property {string} key - The key of the file. Must be unique within both the Loader and the Audio Cache.
* @property {string} jsonURL - The absolute or relative URL to load the json file from. Or a well formed JSON object to use instead.

View file

@ -19,7 +19,7 @@ var InjectionMap = require('./InjectionMap');
* @property {string} [key] - [description]
* @property {boolean} [active=false] - [description]
* @property {boolean} [visible=true] - [description]
* @property {(false|LoaderFileObject[])} [files=false] - [description]
* @property {(false|Phaser.Loader.FileTypes.PackFileConfig)} [pack=false] - [description]
* @property {?(InputJSONCameraObject|InputJSONCameraObject[])} [cameras=null] - [description]
* @property {Object.<string, string>} [map] - Overwrites the default injection map for a scene.
* @property {Object.<string, string>} [mapAdd] - Extends the injection map for a scene.
@ -41,7 +41,7 @@ var InjectionMap = require('./InjectionMap');
* @property {integer} transitionDuration - [description]
* @property {boolean} transitionAllowInput - [description]
* @property {object} data - [description]
* @property {(false|LoaderFileObject[])} files - [description]
* @property {(false|Phaser.Loader.FileTypes.PackFileConfig)} pack - [description]
* @property {?(InputJSONCameraObject|InputJSONCameraObject[])} cameras - [description]
* @property {Object.<string, string>} map - [description]
* @property {object} physics - [description]