Pygame-FPS
Pygame-FPS copied to clipboard
Keyword argument for key function
When I tried starting this game using the Mac Terminal, I got the error message TypeError: must use keyword argument for key function for the line self.sprite_positions.sort(sprite_compare)
How might I solve this issue?
same error