Can I set the background transparent? I mean, the whole layout background.
I am trying to make the whole project transparent instead of the white color that appears behind everything in the layout. I know it is a canvas variation.
The goal is to load a page and assign a picture <body> background as in regular html, and when the game loads, I want it to be like a layer above the page's background.
A variation of this request would be to set the background to some color and then add alpha, but I have not found any documentation on it.
JD