Commit 617f3c82 by BellCodeEditor

save project

parent 2742489a
Showing with 1 additions and 1 deletions
......@@ -78,7 +78,7 @@ while True:
# 创建障碍物对象
aa=Block(bush,cacti,stone)
aa.rect.x -= 8
screen.blit(aa.image, (aa.rect.x, aa.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