Commit 35eb58ce by BellCodeEditor

save project

parent c0b8cf75
Showing with 2 additions and 0 deletions
......@@ -81,6 +81,7 @@ while True:
text=mf.render(info,True,(0,0,10))
screen.blit(text,(540,10))
if x or y<0 or x>630 or y<450:
exit()
# 刷新画面
pygame.display.update()
FPSCLOCK.tick(3)
\ No newline at end of file
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