Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Wow.  There are definitely no malicious files. The only code running when you click Fullscreen, is this:

if (window_get_fullscreen() == false) {

resolution(1920, 1080);

window_set_fullscreen(true);

}

I will notify them. Thanks for letting me know!

Yep, no problem.