Commit 744cc77c by BellCodeEditor

auto save

parent d78c33a8
Showing with 1 additions and 0 deletions
...@@ -37,6 +37,7 @@ background_x = 0 ...@@ -37,6 +37,7 @@ 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():
if event.type == locals.QUIT: if event.type == locals.QUIT:
......
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