Commit 1da264d9 by BellCodeEditor

auto save

parent 65906005
Showing with 1 additions and 0 deletions
...@@ -25,6 +25,7 @@ a=random.choice([stone,cacti,bush]) ...@@ -25,6 +25,7 @@ a=random.choice([stone,cacti,bush])
rech=a.get_rect() rech=a.get_rect()
rech.x=1000 rech.x=1000
rech.y=500-rech.height rech.y=500-rech.height
road_x=0
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