Commit 635dc39e by BellCodeEditor

save project

parent 435234b3
Showing with 1 additions and 1 deletions
...@@ -82,6 +82,6 @@ while True: ...@@ -82,6 +82,6 @@ while True:
for i in range(len(position)-1): for i in range(len(position)-1):
if position[i][0]==x and position[i][1]==y: if position[i][0]==x and position[i][1]==y:
exit() exit()
pygame.display.update() pygame.display.update()
FPSCLOCK.tick(3) FPSCLOCK.tick(3)
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