zhibo Posted May 28, 2017 Share Posted May 28, 2017 Hi, I am new to phaser. All tutorials told me to use phaser.min.js. But after I download phaser from github, I found that there are a lot more files (see the picture) . Can anyone tell me the difference between clone and js?? If I just add <script type="text/javascript" src="js/phaser.min.js"></script> in my html, does it mean I'm using the full version of phaser game engine? Thanks Link to comment Share on other sites More sharing options...
rgk Posted May 28, 2017 Share Posted May 28, 2017 The js file is a compiled package, where clone, zip and tar.gz are going to offer the whole project. Which will come with builds and all the files it takes to make phaser. So yes, linking to phaser.min.js means you are using the full version of phaser. zhibo 1 Link to comment Share on other sites More sharing options...
zhibo Posted May 28, 2017 Author Share Posted May 28, 2017 Thank you so much rkg ! Link to comment Share on other sites More sharing options...
Recommended Posts