> Would my project run if webgl would be set as render but wouldn't be supported? Cause my projects run.
>
if webGL is not avaliable, it falls back to the canvas2D which should look the same (but slower and without effects) even if you set webGL On in C2, the renderer system expression returns either canvas2d or webgl, so you can check it is using webgl or not with it.
alternatively opening a new url with chrome://gpu as url in node webkit might say the informations regarding the gpu compatibility (by doing it in node webkit, not in chrome)
I made a sprite with webgl effect and it works both in preview and export in nw.
EDIT@ Now, I replaced EXE in airscape folder with nw i just had exported my project and it is working.
EDIT2@ Game is really cool. but no sound. is there a full screen option?