Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

its 1280x1024-1920x1080-1280x1024. but hasn't been configured as a single screen, so it looks like a bug to me. I mean the game runs only on the main screen as it should but instead of 1920x1080  I'm getting like a phone screen and I cant see the construction menu when playing.
thx.

(1 edit) (+1)

I tried on W11 running on a VM and the resolution was as it should but even there I cant see some of the tool icons. I had to use the keyboard shortcuts.
I think the resolution option should be added.

It was a fun game to play tho. great job!

(+2)

Thanks! We'll add resolution configuration in a future version. :)

(+2)

I was able to play it at 1080p using the following line over the shortcut.
 -screen-width 1920 -screen-height 1080

I just tried this on my 4k monitor (I have 2 screens, both 4k, but I only want to use one)

set the command -screen-width 3840 -screen-height 2160

and the game definitely looks bigger in windowed mode, but as soon as I toggle full screen, it gets bordered to look like a mobile game (perhaps 1080x2160? It's really odd

Are you able to add a screenshot so I can see what it looks like? We've tested on 4k screens in the past and have not seen this issue before.

Hi! Apologies for the delay in replying. Here's a screenshot of it in windowed mode on my 4k desktop, and then one in full screen mode. 

Annoyingly, I simply cannot get full screen to actually fill the screen. I don't know if it's because I happen to have a second 4k screen to the left of this one or not, but it's the only game I've come across that's ever had this issue before.



(1 edit)

Thanks for the reply! That is really odd. The engine picks the game resolution based on screen resolution, but it doesn't pick up the correct width here... although the aspect ratio seems to be correct in windowed mode for some reason! Is it a screen you can rotate 90 degrees? I'd like to find a fix for this. :)

Yeah I do believe you can rotate it 90 degrees if you wish to.  I never do though :)

Okay! I think I know what happens then! The game picks from a list of resolutions supported by the screen, and I assume what happens is that it picks the resolution with the highest "height", which would make sense if you can rotate the screen. I assume the game picks the "rotated" version of your screen. :) I will see if I can change this to widest "width" instead. Thanks!