Commit 2a1790e7 by BellCodeEditor

save project

parent fc3c3ec8
Showing with 2 additions and 2 deletions
...@@ -55,8 +55,8 @@ while True: ...@@ -55,8 +55,8 @@ while True:
position.append((x, y)) position.append((x, y))
if x==xa and y==ya: if x==xa and y==ya:
xa=random.randint(0,21)*30 xa=random.randint(0,32)*30
ya=random.randint(0,15)*30 ya=random.randint(0,17)*30
else: else:
position.pop(0) position.pop(0)
# 将背景图画上去 # 将背景图画上去
......
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