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

How to update child in Listview #33

Open vnzlogin opened 4 years ago

vnzlogin commented 4 years ago

I try: this.listView.items[position] = this.newItem but not work, help me please