I am trying to have my exported NW program be transparent. I can achieve this if I export it as an html, but not with NW.
I have searched the forum, and found that it's possible:
construct.net/en/forum/construct-3/how-do-i-8/nw-js-windows-app-transparent-157915
But I can't achieve the same. I have tried editing the style.css by changing it as described as well as completely removing the lines:
background: transparent;
color: transparent;
It's just a simple project with a transparent background...
I have made sure my bottom most layer is transparent. In the preview it fades to black, suggesting it's working. However, in my NW export, it fades to white, and isn't transparent.
In HTML it also fades to black, but when previewed in a program like OBS it does become transparent.