Jump to content

I need ListView For Phaser3 game


instantgame
 Share

Recommended Posts

11 hours ago, instantgame said:

Thank you Andew Chen! Is there any List View plugin that ready for use with Phaser 3?

what i mean is: you can create the scrollView or listView or another dom you like using H5,

and get the HTML id by document.getElementById('divId') in Phaser3 ...

create (){

  this.listView = document.getElementById('myListViewId') // get the dom in phaser

}

 

no need plugin

Link to comment
Share on other sites

  • 2 years later...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...