Phaser v4.0.0 Release Candidate 4 #7148
photonstorm
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This update improves performance related to data buffer size, primarily affecting filters, including masks. A game that was bottlenecked by filters on mobile devices may experience speedups of 16x or more. A desktop system, or a scene with no filters, may be broadly unaffected, save for memory savings.
New Features
BatchHandlerQuadSingle
render node added.BatchHandlerQuad
with space for 1 quad.Changes
BatchHandler
render nodes now create their own WebGL data buffers.Removals
WebGLRenderer#genericVertexBuffer
and#genericVertexData
removed.BatchHandlerConfig#createOwnVertexBuffer
type property removed.TileSprite
no longer supports texture cropping.Fixes
createFromTiles
to handle multiple tilesets when using sprite sheets. Fix TileMap.createFromTiles doesn't properly handle multiple tilesets #7122 (thanks @vikerman)Documentation / TypeScript Enhancements
Thanks to the following people:
@captain-something
@DayKev
@ixonstater
This discussion was created from the release Phaser v4.0.0 Release Candidate 4.
Beta Was this translation helpful? Give feedback.
All reactions