Commit c0b8cf75 by BellCodeEditor

save project

parent 48aa7c97
Showing with 2 additions and 1 deletions
......@@ -80,7 +80,7 @@ while True:
info='score'+str(fs)
text=mf.render(info,True,(0,0,10))
screen.blit(text,(540,10))
if x or y<0 or x>630 or y<450
if x or y<0 or x>630 or y<450:
# 刷新画面
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