Commit b41f40ec by BellCodeEditor

save project

parent 2742489a
Showing with 1 additions and 0 deletions
...@@ -79,6 +79,7 @@ while True: ...@@ -79,6 +79,7 @@ while True:
aa=Block(bush,cacti,stone) aa=Block(bush,cacti,stone)
aa.rect.x -= 8 aa.rect.x -= 8
screen.blit(aa.image, (aa.rect.x, aa.rect.y)) 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