Commit a8fe8828 by BellCodeEditor

save project

parent 60ea47ad
Showing with 1 additions and 0 deletions
......@@ -67,6 +67,7 @@ while True:
stone_x-=20
if stone_x < 0-new_stone.get_rect()[2]:
new_stone=random.choice([stone,cacti,apple])
yy=500-new_stone.get_rect()[3]
stone_x=1000
screen.blit(new_stone,(stone_x,yy))
# 刷新画面
......
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