Commit 0edc0126 by BellCodeEditor

save project

parent 5a0338ab
Showing with 3 additions and 0 deletions
...@@ -80,3 +80,5 @@ while True: ...@@ -80,3 +80,5 @@ while True:
screen.blit(text,(10,0)) screen.blit(text,(10,0))
pygame.display.update() pygame.display.update()
FPSCLOCK.tick(3) FPSCLOCK.tick(3)
if x < 0 or x > 630 or y < 0 or y>450
exit
\ 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