Skip to main content

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

Is there a keyboard shortcut for fullscreen?🤔

Not right now, no - I forgot about that. I’ve now tried implementing a fullscreen toggle shortcut (just with alt+enter or F11) which seems to work, that’ll be in the next update. 

I was intending for it to boot in fullscreen, but there was previously a conflict that returned it to windowed unless manually maximised, but remembering that setting will also be resolved when there’s actually an options menu with the regular window/fullscreen/etc. settings.

Hmm, none of those keyboard shortcuts do anything for me. If I re-size the window, the graphics do not scale, and stay the same resolution. It's too tiny for me!🧐

Yes, I did say those shortcuts hadn't yet been included in the uploaded build (which hasn't yet been updated). 

But your issue with the game not scaling when maximised is something I'd like to know more about, because I haven't heard anyone else report that behaviour when testing the demo before release. 

Would you be able to tell me what your actual display resolution is, so if it's an integer scaling issue, I can test if it behaves differently in actual fullscreen vs. a maximised window at that resolution? 

Certainly. I've tried changing the Windows scaling to 100% to no effect. 


Ah, it turns out that the game does scale up. Once.


I feel as though there should be a way to use more of the resolution on tap.

I have determined that the problem is the title bar itself. If I use Windows' 'resize' option, and make the window slightly larger than the screen, it will scale once more!😃

Thanks, that was what I was hoping to test. Because of the pixel art elements, the game can't be arbitrarily scaled, only integer scaled (to clean multiples of the base resolution). 

Since the base resolution is 640x360; it looks like with the window border, it only scales up once to 1280x720 on your screen - because since the window header is in the way, it can't fill the full 1920x1080. The thing I wanted to test was whether removing that and setting the window to actual fullscreen would make it take up the full 1920x1080 screen or keep the border. 

I think it will scale to the full 1920x1080 without the Windows header.👍Because the amount I need to increase for it it re-scale seems to be exactly that size. Let's just hope that Windows doesn't reserve a few pixels here and there.😒

I am playing it now! Even though it's a hack, it's tolerable!😆