mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Missing property in emitter type definitions
This commit is contained in:
parent
d1234d1685
commit
b70eeeb3b1
1 changed files with 1 additions and 0 deletions
1
typescript/phaser.d.ts
vendored
1
typescript/phaser.d.ts
vendored
|
@ -2682,6 +2682,7 @@ declare module Phaser {
|
|||
minRotation: number;
|
||||
name: string;
|
||||
on: boolean;
|
||||
particleAnchor: Phaser.Point;
|
||||
particleBringToTop: boolean;
|
||||
particleSendToBack: boolean;
|
||||
particleClass: any;
|
||||
|
|
Loading…
Reference in a new issue