Commit a8e2cfee by BellCodeEditor

auto save

parent 0a4f5dd5
Showing with 0 additions and 12 deletions
......@@ -17,18 +17,6 @@ while True:
if event.type == locals.QUIT:
# 接收到退出事件后退出程序
exit()
if event.type==locals.K_REDOWN:
if event.key==locals.K_RIGHT AND sethend!='left':
sethead='right'
roat=right
if event.key==locals.K_RIGHT AND sethend!='right':
sethead='left'
roat=left
x+=30
# 将背景图画上去
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