Commit 0edc0126 by BellCodeEditor

save project

parent 5a0338ab
Showing with 4 additions and 2 deletions
......@@ -79,4 +79,6 @@ while True:
text = my_font.render(info,False,(127,127,127))
screen.blit(text,(10,0))
pygame.display.update()
FPSCLOCK.tick(3)
\ No newline at end of file
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