phaserjs / phaser

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

Fixed issue #6877 #6882

Closed liamp55 closed 1 month ago

liamp55 commented 3 months ago

Please do not update the README or Change Log, we will do this when we merge your PR.

This PR (delete as applicable)

Describe the changes below:

By changing ParticleEmitterOps.js I changed the code so that X and Y values are updated, no matter what the original speed of each was

photonstorm commented 2 months ago

The only changed file in this commit is the documentation. Did you forget some other files?

Also, speedX/Y were intended to be onEmit only. It wasn't an oversight or mistake.