Commit a3e3603d by BellCodeEditor

save project

parent 02004613
Showing with 1 additions and 1 deletions
...@@ -79,4 +79,4 @@ while True: ...@@ -79,4 +79,4 @@ while True:
pygame.display.update() pygame.display.update()
FPSCLOCK.tick(3) FPSCLOCK.tick(3)
if x<0 or x> 630 or y<0 or y>450: if x<0 or x> 630 or y<0 or y>450:
exit exit()
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