html5gamedev1 Posted February 17, 2017 Share Posted February 17, 2017 There are a lot of plugins and addons available for phaser. But I was wondering if someone could tell me how to use these as no document explaining that exists. Ps: I was trying to implement the checkbox and listview plugins. Listview is a third party plugin. Link to comment Share on other sites More sharing options...
drhayes Posted February 17, 2017 Share Posted February 17, 2017 Welcome to the board! It totally depends on the plugin that you're using. I'm sorry the documentation is scarce. You should try reading the code to see what/how they work and talk to Phaser. If the plugin you're working with is, truly, a Phaser.Plugin than you can call "game.plugins.add(PluginClass);" (substitute the main class for your plugin for PluginClass, there) to add it. Check out this example of adding a plugin to a game. Link to comment Share on other sites More sharing options...
Recommended Posts