#Pixel stretching issue
6 messages · Page 1 of 1 (latest)
https://www.youtube.com/watch?v=jCl6zT0eQLU it has to do with mismanaging resolutions
Pixels need to be scaled an integer ammount, and this is an issue of that not happening
In this part, we discuss the cause of and general solution for black bars and pixel distortion commonly encountered by Game Maker users. This video deals in general concepts. In part 2 we'll discuss Game Maker specifically, and in part 3 we'll look at some actual GML code.
what is the biggest sprite size u have?
my recent experience is that im getting some random pixel distortion due to one of the sprite size too big, 2k+x2k+, reducing it to 1kx1k get rid the distortion issue
another reason could be your target texture size is smaller than your biggest sprite size, but this kind of root cause should give you a more profound pixel distortion everywhere
all my sprites are 32x32