File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -244,11 +244,11 @@ var LightsManager = new Class({
244244 * @method Phaser.GameObjects.LightsManager#addLight
245245 * @since 3.0.0
246246 *
247- * @param {number } x - The horizontal position of the Light.
248- * @param {number } y - The vertical position of the Light.
249- * @param {number } radius - The radius of the Light.
250- * @param {number } rgb - The integer RGB color of the light.
251- * @param {number } intensity - The intensity of the Light.
247+ * @param {number } [x=0] - The horizontal position of the Light.
248+ * @param {number } [y=0] - The vertical position of the Light.
249+ * @param {number } [ radius=100] - The radius of the Light.
250+ * @param {number } [ rgb=0xffffff] - The integer RGB color of the light.
251+ * @param {number } [ intensity=1] - The intensity of the Light.
252252 *
253253 * @return {Phaser.GameObjects.Light } The Light that was added.
254254 */
You can’t perform that action at this time.
0 commit comments