rich Posted April 24, 2013 Author Share Posted April 24, 2013 Well to be honest the easiest thing for you to do is just copy the latest phaser.js file from the build or Tests folders into your project folder. You really don't need the Phaser folder itself (the one with all the framework files inside) unless you want to look at the source to see what functions are available and how to use them Link to comment Share on other sites More sharing options...
Tácio Sousa Posted April 24, 2013 Share Posted April 24, 2013 Hummm, i thought that the phaser.js would call the Basics.ts, Cache.ts and all others .ts files in folder framework...sorry for this, my fault XD Link to comment Share on other sites More sharing options...
rich Posted April 24, 2013 Author Share Posted April 24, 2013 If you were using TypeScript then you could just reference Game.ts and that would be enough, but from JavaScript you need to include the fully built version that has everything in it, it doesn't use any kind of requireJS loading system. Link to comment Share on other sites More sharing options...
Tácio Sousa Posted April 24, 2013 Share Posted April 24, 2013 I got it. So what i need is only the build folder and nothing more, cause i work only in javascript, i'm right? Link to comment Share on other sites More sharing options...
rich Posted April 24, 2013 Author Share Posted April 24, 2013 Correct Link to comment Share on other sites More sharing options...
Tácio Sousa Posted April 24, 2013 Share Posted April 24, 2013 Thanks one more time Rich, and forgive me for my troubles happened before. Link to comment Share on other sites More sharing options...
Recommended Posts