Al Sweigart Fri, 30 Nov 2012 18:07:34 -0800
Is there any way I can check if the images on two pygame.Surface objects are identical? Or will I have to write a function that gets PixelArray objects from these surfaces and then compares them pixel-by-pixel?
-Al