Skip to content

Commit 30d2d19

Browse files
committed
readme update.
1 parent c3fc3ec commit 30d2d19

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ removal of the automatic closure, results in a very lightweight
221221
~24bytes/object (in Chrome) for unbound signals.
222222
* With this change in place Signals now consume less than 50KB / 50KB (shallow / retained memory) for 200 sprites, where-as before they used 300KB / 600KB (thanks @pnstickne #1359)
223223
* Time.elapsedMS holds the number of milliseconds since the last Game loop, regardless of raF or setTimout being used.
224+
* Incorrectly prepared tilemap images (with dimensions not evenly divisible by the tile dimensions) would render incorrectly when compared to the display seen in Tiled. The Phaser tilemap code has been adjusted to match the way Tiled deals with this, which should help if you're using tileset images that contain extra padding/margin pixels. Additional console warnings have been added. However the fact remains that you should carefully prepare your tilesets before using them. Crop off extra padding, make sure they are the right dimensions (thanks @SoulBeaver for the report and @pnstickne for the fix #1371)
224225

225226
### Bug Fixes
226227

0 commit comments

Comments
 (0)