Commit 8fdb4c36 by BellCodeEditor

auto save

parent 8b32eb80
Showing with 2 additions and 2 deletions
...@@ -26,8 +26,8 @@ obstacle = random.choice([bush, stone, cacti]) ...@@ -26,8 +26,8 @@ obstacle = random.choice([bush, stone, cacti])
rect = obstacle.get_rect() rect = obstacle.get_rect()
rect.x = 1000 rect.x = 1000
rect.y = 500 - rect.height rect.y = 500 - rect.height
road_x=0 road_x = 0
bj_x=0 bj_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