phaserjs / phaser-ce

Phaser CE is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
http://phaser.io
MIT License
1.34k stars 491 forks source link

The property `area` is missing in `Phaser.Particles.Arcade.Emitter` definition #544

Closed vforsh closed 6 years ago

vforsh commented 6 years ago

This Issue is about

The property area is missing in Phaser.Particles.Arcade.Emitter definition

https://github.com/photonstorm/phaser-ce/blob/master/src/particles/arcade/Emitter.js#L58

samme commented 6 years ago

Isn't this it? https://github.com/photonstorm/phaser-ce/blob/34b78365863ff511ad037fc2ece29b366fc1b54d/typescript/phaser.d.ts#L2942

samme commented 6 years ago

Fixed in ad6ed29. Will be in the next release.