mattcolman / phaser-list-view

List view class for Phaser. Great for high scoreboards.
http://mattcolman.com/labs/phaser-list-view/index.html
MIT License
115 stars 21 forks source link

Blurred images when using more than one list view #21

Closed guimafelipe closed 6 years ago

guimafelipe commented 6 years ago

In my project, I need to use more than one list view in a menu scene. But when I instantiate them, all of then but the first one get blurry images. I'm using different arrays to feed them so the sprites doesn't have any kind of interference. Can you help me to fix it? Thanks.