Commit 8824ba4f by BellCodeEditor

auto save

parent 1294b237
Showing with 2 additions and 0 deletions
......@@ -26,6 +26,8 @@ obstacle = random.choice([bush, stone, cacti])
rect = obstacle.get_rect()
rect.x = 1000
rect.y = 500 - rect.height
while input:
screen=ch
while True:
for event in pygame.event.get():
......
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