douglas Posted September 19, 2016 Share Posted September 19, 2016 I have this error : Uncaught TypeError: c.Physics.Box2D is not a constructor Here is the code https://jsfiddle.net/johndo101/kkeer8aj/ Link to comment Share on other sites More sharing options...
Tom Atom Posted September 19, 2016 Share Posted September 19, 2016 Box2D is not part of Phaser by deafult. You need to add script in your index.html like: <script src="js/phaser.min.js"></script> <script src="js/box2d-plugin-full.js"></script> douglas 1 Link to comment Share on other sites More sharing options...
douglas Posted September 20, 2016 Author Share Posted September 20, 2016 thank you i am going to test this but for the moment it's not working still the ssl issue on jsfiddle https://jsfiddle.net/johndo101/kkeer8aj/ and nothing on codepen http://codepen.io/featuresmega/pen/ORbmza Link to comment Share on other sites More sharing options...
Recommended Posts