Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Soulash

Soulash is a fantasy roguelike where you play as a forgotten god set on destroying the world. · By Artur Smiarowski

the resolution

A topic by ranitas created Jul 03, 2019 Views: 227 Replies: 2
Viewing posts 1 to 2

i changed the resolution and hit full screen and now its messed up cant click on anything have to use directional buttons cant change resolution any more is there another way to do it 

(1 edit)

It's possible to change resolution in a configuration file. It should be located at C:/Users/<your_user>/AppData/Roaming/WizardsOfTheCode/Soulash/data/user_settings.json

The AppData folder might be hidden. You can edit the "viewport" part of the file like so:

"viewport": { "borderless": false, "fullscreen": false, "resolution": { "h": 1080, "w": 1920 }, "tile_dimensions": [ 32, 32 ] }

When you edit and save the file then start the game again, the changes should be applied.

(+1)

thank you this fixed my issue i appreciate it.