Commit 4bc69530 by BellCodeEditor

auto save

parent 466ed8c9
Showing with 1 additions and 1 deletions
...@@ -17,7 +17,7 @@ down = pygame.image.load('down.png') ...@@ -17,7 +17,7 @@ down = pygame.image.load('down.png')
font = pygame.font.Font('neuropol.ttf',18) font = pygame.font.Font('neuropol.ttf',18)
x, y = 240, 120 x, y = 240, 120
position = [(180, 90), (180, 120), (210, 120), (x, y)] position = [(180, 90), (180, 120), (210, 120), (x, y)]
xa = 360 xa =
ya = 300 ya = 300
score = 0 score = 0
setheading = "right" setheading = "right"
......
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