Can you make sure that the textures are the same size by printing the size? And also print out the “image2.get_used_rect()” to make sure its correct. And print the format with “.get_format()” since they need the same
I printed all of that out, and yeah they’re the same size and format. When I print “image2.get_used_rect()” I get: “[P: (6, 8), S: (20, 17)]”. Do you have any ideas of what I could be doing wrong?