Thanks for this plugins.
I need to change NG.min.js in line 2454
//var NG_SERVER = "http://ncase-proxy.herokuapp.com/www.ngads.com/gateway_v2.php";
var NG_SERVER = "https://ncase-proxy.herokuapp.com/www.ngads.com/gateway_v2.php";
With this it work... in debug
When I export the game freeze when "start api". If minimize - maximize browser, the game continue but the api don't connect.
Error in console (chrome):
Uncaught TypeError: undefined is not a function
c2runtime.js:
(function(){function d(){}var l=Jb.prototype;l.Wd=function(c){this.oa=c;this.b=c.b};l.Wd.prototype.Ka=function(){};l.lc=function(c){this.type=c;this.b=c.b};var c=l.lc.prototype;c.Ka=function(){};c.fp=function(){};c.xb=function(){return{}};c.fc=function(){};c.sc=function(){};c.ob=function(){};l.N=new function(){};d.prototype.Mh=function(c,d){NG.$o(c,d)};l.Jc=new d;l.uc=new function(){}})();function Kb(d){this.b=d}
Any idea ?
EDIT SOLUTION
When export to html5. Disable "Minify script"
And... it work !
I don't know who is to blame c2, plugin, ...
Export without minify is bad then I hope someone fix this.