Commit b653b656 by BellCodeEditor

save project

parent f6c98ebf
Showing with 2 additions and 2 deletions
...@@ -40,7 +40,7 @@ road_x = 0 ...@@ -40,7 +40,7 @@ road_x = 0
time=0 time=0
# 创建障碍物 # 创建障碍物
block_list=pygame.sprite.Group() block_list= pygame.sprite.Group()
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
...@@ -87,7 +87,7 @@ while True: ...@@ -87,7 +87,7 @@ while True:
# if obstacle.rect.x <= 0-obstacle.rect.width: # if obstacle.rect.x <= 0-obstacle.rect.width:
# obstacle = Block(bush,cacti,stone) # obstacle = Block(bush,cacti,stone)
# obstacle.rect.x -= 8 # obstacle.rect.x -= 8
time+=3 time+=1
if time>=60: if time>=60:
r=random.randint(0,100) r=random.randint(0,100)
if r>40: if r>40:
......
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