Commit af526160 by BellCodeEditor

auto save

parent 7dc8ed42
Showing with 0 additions and 1 deletions
......@@ -30,7 +30,6 @@ apple_y=random.randint(1,16)*30-30
while True:
for event in pygame.event.get():
if event.type == locals.QUIT:
# 接收到退出事件后退出程序
exit()
if event.type == locals.KEYDOWN:
if event.key == locals.K_RIGHT and setheading != "left":
......
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