Commit f822f628 by BellCodeEditor

save project

parent fc50c261
Showing with 1 additions and 1 deletions
......@@ -50,7 +50,7 @@ while True:
screen.blit(background, (0, 0))
screen.blit(road, (0, 500))
screen.blit(wukong, (150,y))
if rect.x<=0-rect.width:
if rec t.x<=0-rect.width:
abstacle=random.choice([bush,stone,cacti])
rect=obstacle.get_rect()
rect.x=1000
......
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