You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: