Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I grabbed this on Steam. Wanted to let you know I couldn't play the demo because the resolution was not setting correctly. It started at 1300x700ish, I switched to 1920x1080 and restarted. Pop up windows were off screen, making some of them partially unreadable, and the full GUI wasn't onscreen, like it was missing the edges.

Then I restarted again and it showed me a huge zoomed in section of the start screen and the mouse wouldn't select anything and I couldn't change the resolution because of that, so I can't play it.

The resolution that started, wasn't the full-screen size? There are some issues related to Windows app scaling. You can also set the resolution manually in <windows drive>:\Users\<your user>\AppData\Roaming\WizardsOfTheCode\Soulash\data\user_settings.json 

"resolution": {             "h": 1080,             "w": 1920         }

The screen was full size, but the resolution was wrong, thanks for the JSON hint, I'll try that

(2 edits)

I changed the resolution in the JSON file as suggested and set as borderless and it works, BUT there's a huge portion cut off for some reason. The red outline is the area I actually see (in the center). I can't see the hotbar, most of the stats, the mini-map, etc.

Oddly, taking a screenshot shows the full area.

I'll look into this in code, as a workaround for now you can set any width and height in the json to match your screen