Commit da20cb36 by BellCodeEditor

auto save

parent c436408e
Showing with 3 additions and 1 deletions
......@@ -53,8 +53,10 @@ while True:
x -= 30
elif setheading == "up":
y -= 30
else:
elif setheading == "down":
y += 30
elif setheading == "A":
y = 0
position.append((x, y))
# 将背景图画上去
......
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