diff --git a/arctic-masher.py b/arctic-masher.py index fb8c605..79341c4 100644 --- a/arctic-masher.py +++ b/arctic-masher.py @@ -86,6 +86,7 @@ while True: for player in players: player.sprite.x = (tile*player.x)+2 player.sprite.y = (tile*player.y)+2 + # this is a comment pygame.draw.rect(screen, player.color, player.sprite) pygame.display.flip()