hi everyone!
i want to make a game that has the window's screen background
how can i make that
Develop games in your browser. Powerful, performant & highly capable.
Hi,
set the Layer transparent to yes
and when You exported the game, modify this part in index.html to the following:
html, body {
background: transparent;
color: transparent;
...