Commit a00418d7 by BellCodeEditor

save project

parent bbfdbfb7
Showing with 1 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<0 or y<0 or x>630 or y<450:
if x>0 or y<0 or x>630 or y<450:
exit()
# 刷新画面
pygame.display.update()
......
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