Commit 1f901378 by BellCodeEditor

save project

parent c06fea8b
Showing with 2 additions and 0 deletions
......@@ -65,6 +65,8 @@ while True:
info="S"+str(ds)
lp=my_foot.render(info,True,(0,0,0))
screen.blit(lp,(600,0))
if x<0 or x>630 or y<0 or y>450:
exit()
# 刷新画面
pygame.display.update()
f.tick(3)
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