Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

Seems to be a cool game, but i can't understand everything, sadly the game resolution is wrong for me. even trying to change my monitor resolution, but still don't matched, if you update certainly will play. 


I was expecting this, but I wasn't expecting it to mess with UI as well. I'll look into it, but I'm not sure how to fix it yet 🤷‍♂️ I'll probably have to rewrite a big chunk of the code to fix this issue.

(+1)

Hi,

I think I have fixed this issue, I've tried it on a 1280x720 and 1366x768 screen and it was working correctly. You can download the "A Sacrifice (itch Spooktober Jam 2021) v1.0.1 Hotfix.rar" version and it should work correctly now. Thankfully it wasn't as bad as I was afraid of, I just had to change the UI scale from "Constant Pixel Size" to "Scale with Screen Size" and while switching inventory panels had to get the required number from current screen resolution instead of using hardcoded 1920 pixels. I was sliding the buttons 1920 pixels left/right, now I'm sliding the Panel that holds the buttons to "Screen.currentResolution.width" amount of left/right.

Have fun!