From 056129f43fdb2fcb247d45f676485362af6a5af3 Mon Sep 17 00:00:00 2001 From: Penguinlegion27 Date: Wed, 17 May 2023 01:02:41 -0700 Subject: [PATCH] ndjsank --- arctic-masher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/arctic-masher.py b/arctic-masher.py index 0948e46..c750fdc 100644 --- a/arctic-masher.py +++ b/arctic-masher.py @@ -96,6 +96,7 @@ while True: for player in players: player.sprite.x = (tile*player.x)+2 player.sprite.y = (tile*player.y)+2 + #your a comment pygame.draw.rect(screen, player.color, player.sprite) pygame.display.flip()