Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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