ChadDean Posted March 27, 2015 Share Posted March 27, 2015 Hey everyone! I'm pretty new to Phaser and ran into my first problem almost instantly I'm going for a setup with Phaser, nw.js and jQuery. I extended Phaser.Sprite as described in the examples and it worked out pretty well. Then I moved the new object into a new file and included the file with nodes require() function. The result was the following error:Uncaught ReferenceError: Phaser is not definedIs there nay way to get that to work? Or is there another way to split the files up? Thx for your help! Link to comment Share on other sites More sharing options...
Recommended Posts