Commit 1b43dbbc by BellCodeEditor

auto save

parent 82ae3232
Showing with 2 additions and 2 deletions
......@@ -187,8 +187,8 @@ def main():
# each.speed[0]=-each.speed[0]
# each.speed[1]=-each.speed[1]
# group.add(each)
for winner_image in msgs:
screen.blit(winner_image[0],winner_image[1])
for msg in msgs:
screen.blit(msg[0],msg[1])
pygame.display.flip()
clock.tick(30)
main()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment