Phaser v3.85.2 #6906
photonstorm
announced in
Announcements
Phaser v3.85.2
#6906
Replies: 1 comment 1 reply
-
Hey folks, great work as usual. At the bottom of the last two sets of release notes, it's noted that:
Is that still planned? Cheers :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Updates
WebGLRenderer.setExtensions
is a new method that queries the GL context to get the list of supported extensions. Which it then sets into the class properties. This method is called internally as part of theinit
and restore process.Bug Fixes
init.setupExtensions()
which didn't exist. It now calls the correct method,WebGLRenderer.setExtensions
. Fix WebGLRenderer: this.init.setupExtensions is undefined #6905 (thanks @RedRoosterMobile)TransformMatrix.setQuad
has been fixed so it no longer rounds the quad dimensions, only the x/y coordinates. This fixes a bug where it could give slightly different (+- 1px) sized textures based on how the dimensions were rounded when usingroundPixels
on the camera. Fix RoundPixels: true image scaling pixels off #6874 (thanks @saintflow47)Examples, Documentation, Beta Testing and TypeScript
Thanks to the following for helping with the Phaser Examples, Beta Testing, Docs, and TypeScript definitions, either by reporting errors, fixing them, or helping author the docs:
@AlvaroNeuronup
This discussion was created from the release Phaser v3.85.2.
Beta Was this translation helpful? Give feedback.
All reactions