Skip to content

Commit 78c4e62

Browse files
committed
BitmapData.getPixel fix for pixels with zero red value (thanks @lstor fix phaserjs#894)
If you call ArcadePhysics.collide on a Sprite vs. a Tilemap and provide a custom processCallback, the result was being ignored and the sprite was being separated regardless (thanks @aivins fix phaserjs#891 phaserjs#890)
1 parent 1370014 commit 78c4e62

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ Version 2.0.6 - "Jornhill" - -in development-
116116
* Phaser.Line.intersectsPoints fixed for floating point inaccuracy (thanks @woutercommandeur, fix #865)
117117
* Sound.destroy(true) would call remove on the SoundManager, which in turn would throw a TypeError as it tried to remove the sound events twice (thanks @AnderbergE, fix #874)
118118
* When creating a Sprite or Image using a texture atlas it would set the frame twice, once in loadTexture and once when the initial frame is set. This has been reduced down to just a single setting now.
119+
* BitmapData.getPixel fix for pixels with zero red value (thanks @lstor fix #894)
120+
* If you call ArcadePhysics.collide on a Sprite vs. a Tilemap and provide a custom processCallback, the result was being ignored and the sprite was being separated regardless (thanks @aivins fix #891 #890)
119121

120122
### Migration Guide
121123

0 commit comments

Comments
 (0)