Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

oh, I think you are using gamemaker, I might be wrong, if you find a way to fix the fullscreen issue let me know.

Yeah, I'm using Gamemaker, it's my favorite engine, what fullscreen issue are you talking about?

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