Commit 0219a7cf by BellCodeEditor

save project

parent 67bd57dd
Showing with 3 additions and 3 deletions
...@@ -87,9 +87,9 @@ while True: ...@@ -87,9 +87,9 @@ while True:
# if obstacle.rect.x <= 0-obstacle.rect.width: # 障碍物消失 if obstacle.rect.x <= 0-obstacle.rect.width: # 障碍物消失
# # 创建障碍物对象 # 创建障碍物对象
# obstacle = Block(bush,stone,cacti) obstacle = Block(bush,stone,cacti)
obstacle.rect.x -= 8 obstacle.rect.x -= 8
screen.blit(obstacle.image, (obstacle.rect.x, obstacle.rect.y)) screen.blit(obstacle.image, (obstacle.rect.x, obstacle.rect.y))
# 刷新画面 # 刷新画面
......
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