Commit 4691911c by BellCodeEditor

auto save

parent 88795571
Showing with 1 additions and 1 deletions
......@@ -57,7 +57,7 @@ while True:
y += 30
position.append((x, y))
if x<0 or x>630 or y<0 or y>450:
exit()
exit()
if ax==x and ay==y:
ax=random.randint(0,21)*30
ay=random.randint(0,15)*30
......
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