Posted June 17, 2024 by findstr /s "hi" c:\*
--testing resolutions..
Im trying to integrate resolution settings. (screenshots) (removed the background)
I had to change a bunch of code, cause I wrote it pretty much static.
after getting the math right ,it was still not working.
figured out what the problem was, pygame was not re-initializing the screen when in full screen mode.
so you have to switch it out of full screen and then back into full screen ,that was the scaling fix.