Commit 744cc77c by BellCodeEditor

auto save

parent d78c33a8
Showing with 1 additions and 0 deletions
...@@ -36,6 +36,7 @@ road_x = 0 ...@@ -36,6 +36,7 @@ road_x = 0
background_x = 0 background_x = 0
obstacle = Block(bush,stone,cacti) obstacle = Block(bush,stone,cacti)
while True: while True:
for event in pygame.event.get(): 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