Fixed package names

This commit is contained in:
Richard Davey 2018-03-16 00:46:39 +00:00
parent 0c1c16deba
commit 1fea31bac8
8 changed files with 9 additions and 9 deletions

View file

@ -11,7 +11,7 @@ var ScaleModes = require('../renderer/ScaleModes');
/** /**
* Builds a Game Object using the provided configuration object. * Builds a Game Object using the provided configuration object.
* *
* @function Phaser.Gameobjects.BuildGameObject * @function Phaser.GameObjects.BuildGameObject
* @since 3.0.0 * @since 3.0.0
* *
* @param {Phaser.Scene} scene - [description] * @param {Phaser.Scene} scene - [description]

View file

@ -9,7 +9,7 @@ var GetAdvancedValue = require('../utils/object/GetAdvancedValue');
/** /**
* Adds an Animation component to a Sprite and populates it based on the given config. * Adds an Animation component to a Sprite and populates it based on the given config.
* *
* @function Phaser.Gameobjects.BuildGameObjectAnimation * @function Phaser.GameObjects.BuildGameObjectAnimation
* @since 3.0.0 * @since 3.0.0
* *
* @param {Phaser.GameObjects.Sprite} sprite - [description] * @param {Phaser.GameObjects.Sprite} sprite - [description]

View file

@ -10,7 +10,7 @@ var JSONFile = require('./JSONFile.js');
/** /**
* An Animation JSON File. * An Animation JSON File.
* *
* @function Phaser.Loader.Filetypes.AnimationJSONFile * @function Phaser.Loader.FileTypes.AnimationJSONFile
* @since 3.0.0 * @since 3.0.0
* *
* @param {string} key - The key of the file within the loader. * @param {string} key - The key of the file within the loader.
@ -18,7 +18,7 @@ var JSONFile = require('./JSONFile.js');
* @param {string} path - The path of the file. * @param {string} path - The path of the file.
* @param {object} xhrSettings - Optional file specific XHR settings. * @param {object} xhrSettings - Optional file specific XHR settings.
* *
* @return {Phaser.Loader.Filetypes.AnimationJSONFile} A File instance to be added to the Loader. * @return {Phaser.Loader.FileTypes.AnimationJSONFile} A File instance to be added to the Loader.
*/ */
var AnimationJSONFile = function (key, url, path, xhrSettings) var AnimationJSONFile = function (key, url, path, xhrSettings)
{ {

View file

@ -11,7 +11,7 @@ var JSONFile = require('./JSONFile.js');
/** /**
* An Atlas JSON File. * An Atlas JSON File.
* *
* @function Phaser.Loader.Filetypes.AtlasJSONFile * @function Phaser.Loader.FileTypes.AtlasJSONFile
* @since 3.0.0 * @since 3.0.0
* *
* @param {string} key - The key of the file within the loader. * @param {string} key - The key of the file within the loader.

View file

@ -11,7 +11,7 @@ var XMLFile = require('./XMLFile.js');
/** /**
* An Bitmap Font File. * An Bitmap Font File.
* *
* @function Phaser.Loader.Filetypes.BitmapFontFile * @function Phaser.Loader.FileTypes.BitmapFontFile
* @since 3.0.0 * @since 3.0.0
* *
* @param {string} key - The key of the file within the loader. * @param {string} key - The key of the file within the loader.

View file

@ -10,7 +10,7 @@ var ImageFile = require('./ImageFile.js');
/** /**
* A Sprite Sheet File. * A Sprite Sheet File.
* *
* @function Phaser.Loader.Filetypes.SpriteSheetFile * @function Phaser.Loader.FileTypes.SpriteSheetFile
* @since 3.0.0 * @since 3.0.0
* *
* @param {string} key - The key of the file within the loader. * @param {string} key - The key of the file within the loader.

View file

@ -11,7 +11,7 @@ var TILEMAP_FORMATS = require('../../tilemaps/Formats');
/** /**
* A Tilemap File. * A Tilemap File.
* *
* @function Phaser.Loader.Filetypes.TilemapJSONFile * @function Phaser.Loader.FileTypes.TilemapJSONFile
* @since 3.0.0 * @since 3.0.0
* *
* @param {string} key - [description] * @param {string} key - [description]

View file

@ -11,7 +11,7 @@ var TextFile = require('./TextFile.js');
/** /**
* An Atlas JSON File. * An Atlas JSON File.
* *
* @function Phaser.Loader.Filetypes.UnityAtlasFile * @function Phaser.Loader.FileTypes.UnityAtlasFile
* @since 3.0.0 * @since 3.0.0
* *
* @param {string} key - The key of the file within the loader. * @param {string} key - The key of the file within the loader.