Commit 2bd2d407 by BellCodeEditor

save project

parent f7c6004a
Showing with 1 additions and 1 deletions
......@@ -55,7 +55,7 @@ while True:
position.append((x, y))
position.pop(0)
# 将背景图画上去
if a_x ==x and a_y ==y:
while a_x ==x and a_y ==y:
a_x=random.randint(0,660)
a_y=random.randint(0,480)
screen.blit(background, (0, 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