mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
Fixed incorrect version numbers
This commit is contained in:
parent
3c29f694ed
commit
7bd23db219
3 changed files with 3 additions and 3 deletions
|
@ -379,7 +379,7 @@ var ParticleEmitter = new Class({
|
|||
*
|
||||
* @name Phaser.GameObjects.Particles.ParticleEmitter#config
|
||||
* @type {Phaser.Types.GameObjects.Particles.ParticleEmitterConfig}
|
||||
* @since 3.90.0
|
||||
* @since 3.85.0
|
||||
*/
|
||||
this.config = null;
|
||||
|
||||
|
|
|
@ -705,7 +705,7 @@ var LoaderPlugin = new Class({
|
|||
* If the Pack includes another Pack, its resources will be removed too.
|
||||
*
|
||||
* @method Phaser.Loader.LoaderPlugin#removePack
|
||||
* @since 3.90.0
|
||||
* @since 3.85.0
|
||||
*
|
||||
* @param {(string|object)} packKey - The key of an Asset Pack in the JSON cache, or a Pack File data.
|
||||
* @param {string} [dataKey] - A key in the Pack data, if you want to process only a section of it.
|
||||
|
|
|
@ -145,7 +145,7 @@ var Timeline = new Class({
|
|||
* @name Phaser.Time.Timeline#timeScale
|
||||
* @type {number}
|
||||
* @default
|
||||
* @since 3.90.0
|
||||
* @since 3.85.0
|
||||
*/
|
||||
this.timeScale = 1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue