Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

This game that I made https://angelkof15.itch.io/space-colors-beta doesn't scale properly when you go full screen on itch.io, only fits like 40% of the screen the rest are black bars, and I really would like to fix that. I notice your game has a similar issue, there are small black bars when you go full screen.

Oh I see what you mean, I can't access the game you linked though. Anyway, I haven't tested that out but... Did you use the fullscreen button from itch.io? Maybe try that one with the window_set_fullscreen(true) code. If it doesn't work then maybe window_set_size(width, height).

Sorry my game was not public, but it is now. I already did the fullscreen button from itch.io method. I tried the other ones