Commit 1c65b25e by BellCodeEditor

auto save

parent d4a9cd32
Showing with 1 additions and 0 deletions
...@@ -18,6 +18,7 @@ while True: ...@@ -18,6 +18,7 @@ while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == locals.QUIT:# 接收到退出事件后退出程序 if event.type == locals.QUIT:# 接收到退出事件后退出程序
exit() exit()
if
x+=30 x+=30
tancheshe.append((x,y)) tancheshe.append((x,y))
tancheshe.pop(0) tancheshe.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