Skip to content

Commit 849de90

Browse files
committed
Updated log
1 parent 945a2eb commit 849de90

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* The `poly-decomp` library, as used by Matter.js, has been updated to 0.3.0.
2121
* `Matter.verts`, available via `this.matter.verts` from within a Scene, is a quick way of accessing the Matter Vertices functions.
2222
* You can now specify the vertices for a Matter `fromVerts` body as a string.
23+
* `TextureTintPipeline.batchTexture` has a new optional argument `skipFlip` which allows you to control the internal render texture flip Y check.
2324

2425
### Bug Fixes
2526

@@ -34,6 +35,7 @@
3435
* All parts of Matter Body now have the `gameObject` property set correctly. Previously only the first part of the Body did.
3536
* When using `MatterGameObject` and `fromVerts` as the shape type it wouldn't pass the values to `Bodies.fromVertices` because of a previous conditional. It now passes them over correctly and the body is only set if the result is valid.
3637
* The Static Tilemap Layer would stop drawing all tiles from that point on, if it encountered a tile which had invalid texture coordinates (such as a tile from another tileset). It now skips invalid tiles properly again. Fix #4002 (thanks @jdotrjs)
38+
* If you used a RenderTexture as a tileset then Dynamic Tilemap Layers would render the tiles inversed on the y-axis in WebGL. Fix #4017 (thanks @s-s)
3739

3840
### Examples, Documentation and TypeScript
3941

0 commit comments

Comments
 (0)