Malice Posted May 15, 2020 Share Posted May 15, 2020 How do you add plugins into your project? Quote Link to comment Share on other sites More sharing options...
tkohey_sad Posted May 15, 2020 Share Posted May 15, 2020 To install plugin, first open your project in Panda 2 and then just drag and drop the plugin JavaScript file to your project. You can also manually copy the file to game/plugin folder inside your project source folder. After the plugin is installed, require it's module on your game module. Then save and restart. Example: game.module( 'game.main' ) .require( 'plugin.pixi' ) .body(function() { Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.