Fixed incorrect version numbers

This commit is contained in:
Richard Davey 2024-09-05 09:50:39 +01:00
parent 3c29f694ed
commit 7bd23db219
3 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -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.

View file

@ -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;