version: 3.55.2
previous: 3.55.1
next: 3.56.0
title: Ichika
date: 24th May 2021
github: https://github.com/photonstorm/phaser/tree/v3.55.2
js: https://github.com/photonstorm/phaser/releases/download/v3.55.2/phaser.js
min: https://github.com/photonstorm/phaser/releases/download/v3.55.2/phaser.min.js
zip: https://github.com/photonstorm/phaser/archive/v3.55.2.zip
tar: https://github.com/photonstorm/phaser/archive/v3.55.2.tar.gz
npm: npm install phaser@3.55.2
Version 3.55.2 - Ichika - 27th May 2021
Bug Fixes
- Fixed an issue in
FillPathWebGL
, IsoBoxWebGLRenderer
and IsoTriangleWebGLRenderer
functions which caused the filled versions of most Shape Game Objects to pick-up the texture of the previous object on the display list. Fix #5720 (thanks @samme)