mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
1a2a255904
* `Array.Matrix.RotateLeft` was missing the `total` parameter, which controls how many times to rotate the matrix. * `Array.Matrix.RotateRight` was missing the `total` parameter, which controls how many times to rotate the matrix. * `Array.Matrix.TranslateMatrix` didn't work with any translation values above 1 due to missing parameters in `RotateLeft` and `RotateRight`
538 B
538 B
Bug Fixes
Particle.scaleY
would always be set to thescaleX
value, even if given a different one within the config. It will now use its own value correctly.Array.Matrix.RotateLeft
was missing thetotal
parameter, which controls how many times to rotate the matrix.Array.Matrix.RotateRight
was missing thetotal
parameter, which controls how many times to rotate the matrix.Array.Matrix.TranslateMatrix
didn't work with any translation values above 1 due to missing parameters inRotateLeft
andRotateRight