phaser/changelog/3.85/CHANGELOG-v3.85.md

21 lines
772 B
Markdown
Raw Normal View History

2024-05-15 14:37:36 +00:00
# Version 3.85.0 - Itsuki - in development
# New Features
# WebGL Rendering Updates
* `WebGLTextureWrapper.update` expanded:
2024-05-15 17:46:23 +00:00
* `source` parameter is now type `?object`, so it can be used for anything that is valid in the constructor.
* New `format` parameter can update the texture format.
2024-05-15 14:37:36 +00:00
# Updates
# Bug Fixes
* The method `TextureManager.checkKey` will now return `false` if the key is not a string, which fixes issues where a texture could be created if a key was given that was already in use (thanks Will Macfarlane).
## 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: