Skip to content

Commit

Permalink
Merge pull request phaserjs#774 from clark-stevenson/patch-1
Browse files Browse the repository at this point in the history
Fixed Emitter.makeParticles optional parameters
  • Loading branch information
photonstorm committed Apr 28, 2014
2 parents 8812d20 + 53da55d commit 56d7dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/phaser.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2731,7 +2731,7 @@ declare module Phaser {
at(object: any): void;
emitParticle(): void;
kill(): void;
makeParticles(keys: any, frames: any, quantity: number, collide?: boolean, collideWorldBounds?: boolean): Phaser.Particles.Arcade.Emitter;
makeParticles(keys: any, frames?: any, quantity?: number, collide?: boolean, collideWorldBounds?: boolean): Phaser.Particles.Arcade.Emitter;
reset(x: number, y: number, health?: number): Phaser.Particles;
setAlpha(min?: number, max?: number, rate?: number, ease?: number, yoyo?: boolean): void;
setRotation(min?: number, max?: number): void;
Expand Down

0 comments on commit 56d7dcf

Please sign in to comment.