Commit 44aee7bc by BellCodeEditor

save project

parent 0283a7b2
Showing with 2 additions and 2 deletions
...@@ -22,8 +22,8 @@ while True: ...@@ -22,8 +22,8 @@ while True:
if event.type == locals.QUIT: if event.type == locals.QUIT:
# 接收到退出事件后退出程序 # 接收到退出事件后退出程序
exit() exit()
if event.type==lockls.KEYDOWN: if event.type==locals.KEYDOWN:
if event.Key==lockls.K_SPACE: if event.Key==locals.K_SPACE:
jumpState="up" jumpState="up"
if jumnpState=="up" : if jumnpState=="up" :
if y>150: if y>150:
......
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