Skip to content

Commit 1749ea6

Browse files
committed
Merge branch 'master' of https://github.com/photonstorm/phaser
2 parents c65e7dc + 250ff37 commit 1749ea6

4 files changed

Lines changed: 341 additions & 415 deletions

File tree

src/gameobjects/particles/ParticleEmitterManager.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ var Render = require('./ParticleManagerRender');
2222
* @constructor
2323
* @since 3.0.0
2424
*
25-
* @extends Phaser.GameObjects.Particles.Components.Depth
26-
* @extends Phaser.GameObjects.Particles.Components.Pipeline
27-
* @extends Phaser.GameObjects.Particles.Components.Visible
25+
* @extends Phaser.GameObjects.Components.Depth
26+
* @extends Phaser.GameObjects.Components.Pipeline
27+
* @extends Phaser.GameObjects.Components.Visible
2828
*
2929
* @param {Phaser.Scene} scene - The Scene to which this Emitter Manager belongs.
3030
* @param {string} texture - The key of the Texture this Emitter Manager will use to render particles, as stored in the Texture Manager.

0 commit comments

Comments
 (0)