Consider a chess board, i have a transparent image of queen(queen.png) of size 70x70 and i want to display it over a black rectangle. Code:
BLACK=(0,0,0) que
Try changing the line where you load in the queen to:
queen = pygame.image.load('queen.png').convert_alpha()