Azealo
Azealo
I opened a pull request (#6) to fix it
Looks good to me
Changing the resolution just breaks the game, the whole UI needs to be fixed properly so it can scale. Also please try to use libraries that work in all platforms
You can use any resolution but it breaks a lot of stuff. Change line 23 in jes.py from 1920x1080 to anything you want `ui = UI(_W_W=1920, _W_H=1080, _MOVIE_SINGLE_DIM=(650,650),`
> > You can use any resolution but it breaks a lot of stuff. Change line 23 in jes.py from 1920x1080 to anything you want `ui = UI(_W_W=1920, _W_H=1080, _MOVIE_SINGLE_DIM=(650,650),`...
I found a temporary fix for Linux, running jes.py with gamescope can scale it properly. I am using Bazzite with KDE Plasma 6 `gamescope python jes.py`