phaserjs / phaser-ce-examples

Contains hundreds of source code examples and related media for the Phaser HTML5 Game Framework.

Home Page:http://phaser.io/examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Create From Objects" example doesn't display correctly in Phaser 2.2.* version

hightopo opened this issue · comments

https://github.com/photonstorm/phaser-examples/blob/master/examples/tilemaps/create%20from%20objects.js

When i run this example with phaser below 2.1.X, everything is fine, but when I run this example with phaser 2.2.X on mac chrome, some sprite doesn't display whole, on mac safari when i move arrow a lot of sprites disappear, no exception is throw, so i am confuse, maybe some bugs in 2.2.X?

var game = new Phaser.Game(500, 600, ... });
If i change game's init width to 500 will make this issue occur more easily. Look like sprites are clipped.

screen shot 2014-12-20 at 5 03 30 pm

It looks like phaserjs/phaser#1571 might have fixed this. Can this be closed?