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

ListView support for Phaser.Group #22

Closed verybluebot closed 6 years ago

verybluebot commented 6 years ago

Most entries for me will be a collection of images and texts so it would be great if I could enter a list of group objects

thanks

mattcolman commented 6 years ago

you can add Groups to a ListView. Do you have an example where it's not working for you?

verybluebot commented 6 years ago

@mattcolman maybe I missed something? from what I saw in the README file ListView only accepts a list of [Graphics, Sprite, Image]. What did I missed?

(thanks for the super fast response)

EDIT: I mean instead of transforming my group to texture (which mite pixilate?) just accepting the group object

mattcolman commented 6 years ago

I've updated the docs. Adding a Group to the listview is fine. Let me know if you have problems.