Comments

Log in with itch.io to leave a comment.

Is it feasible that the area is transparent, so that you can see e.g. the desktop or the embedding in a browser? With the black border in the index it is easy, in the maker window itself it would be exciting.

Hi there!

Not with this plugin friend. I'm sorry ^^

Thx!

Awesome plugin, is there a chance this could also be applied to the black bars you get when going full screen? If not, would you by chance know of a way to do so in general? Thanks for the help.

Hi there!

Unfortunately, this plugin does not do that. But I believe that this maybe will work:

document.body.style.backgroundColor = "colorName"

By default, it is set to "black". It must be a valid HTML color name. Not really sure if you can use it on a script call or must change it on the index.html file.

(+1)

Thanks for pointing me in the right direction.