Fixed jsdocs

This commit is contained in:
Richard Davey 2022-12-23 17:28:56 +00:00
parent fe1654aedd
commit 23d5ee7955

View file

@ -363,8 +363,8 @@ var Particle = new Class({
* @method Phaser.GameObjects.Particles.Particle#fire
* @since 3.0.0
*
* @param {number} x - The x coordinate to launch this Particle from.
* @param {number} y - The y coordinate to launch this Particle from.
* @param {number} [x] - The x coordinate to launch this Particle from.
* @param {number} [y] - The y coordinate to launch this Particle from.
*/
fire: function (x, y)
{