Commit 1b43dbbc by BellCodeEditor

auto save

parent 82ae3232
Showing with 2 additions and 2 deletions
...@@ -187,8 +187,8 @@ def main(): ...@@ -187,8 +187,8 @@ def main():
# each.speed[0]=-each.speed[0] # each.speed[0]=-each.speed[0]
# each.speed[1]=-each.speed[1] # each.speed[1]=-each.speed[1]
# group.add(each) # group.add(each)
for winner_image in msgs: for msg in msgs:
screen.blit(winner_image[0],winner_image[1]) screen.blit(msg[0],msg[1])
pygame.display.flip() pygame.display.flip()
clock.tick(30) clock.tick(30)
main() 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