This commit is contained in:
Penguinlegion27 2023-05-17 01:02:41 -07:00
parent be5c360123
commit 056129f43f

View File

@ -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()