Skip to content

Commit bf44dd2

Browse files
committed
Update CHANGELOG.md
1 parent 12bcda9 commit bf44dd2

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
@@ -76,6 +76,8 @@ The following changes took place in the Pointer class:
7676
* `GetBounds.getBottomCenter` is a new method that will return the bottom-center point from the bounds of a Game Object.
7777
* `GetBounds.getLeftCenter` is a new method that will return the left-center point from the bounds of a Game Object.
7878
* `GetBounds.getRightCenter` is a new method that will return the right-center point from the bounds of a Game Object.
79+
* You can now create a desynchronized 2D or WebGL canvas by setting the Game Config property `desynchronized` to `true` (the default is `false`). For more details about what this means see https://developers.google.com/web/updates/2019/05/desynchronized.
80+
* The CanvasRenderer can now use the `transparent` Game Config property in order to tell the browser an opaque background is in use, leading to faster rendering in a 2D context.
7981

8082
### Updates
8183

0 commit comments

Comments
 (0)