Game is way too big for my screen
When I open the game, this is all I see
This isn't much but you can change the values for width and height of window in the jes.py file. Those are _W_W and _W_H in this paragraph (numbers represent number of pixels for each). The game is still broken and all that but at least we can see the whole window
It worked, but now the UI is too big as well
Yeah, unfortunately with the way the UI is programmed you're going to have a hard time scaling it without tweaking a lot of values manually. You might have better luck changing the window scaling if your operating system (i.e. forcing it to render at double or 1.5x resolution) allows it. In theory it should work, but I've never tried in practice, so some googling and software may be required.
Yeah, unfortunately with the way the UI is programmed you're going to have a hard time scaling it without tweaking a lot of values manually. You might have better luck changing the window scaling if your operating system (i.e. forcing it to render at double or 1.5x resolution) allows it. In theory it should work, but I've never tried in practice, so some googling and software may be required.
The UI scaling worked for me, thanks
Yeah, unfortunately with the way the UI is programmed you're going to have a hard time scaling it without tweaking a lot of values manually. You might have better luck changing the window scaling if your operating system (i.e. forcing it to render at double or 1.5x resolution) allows it. In theory it should work, but I've never tried in practice, so some googling and software may be required.
The UI scaling worked for me, thanks
What did you use to scale it?
Yeah, unfortunately with the way the UI is programmed you're going to have a hard time scaling it without tweaking a lot of values manually. You might have better luck changing the window scaling if your operating system (i.e. forcing it to render at double or 1.5x resolution) allows it. In theory it should work, but I've never tried in practice, so some googling and software may be required.
The UI scaling worked for me, thanks
What did you use to scale it?
I use windows and for that I went to: Settings/System/Display and for my laptop it chose 125% scaling, using 100% scaling fixed it for me