Commit 2173f4f0 by BellCodeEditor

save project

parent 7f8bcbfc
Showing with 1 additions and 0 deletions
...@@ -21,6 +21,7 @@ index = 0 ...@@ -21,6 +21,7 @@ index = 0
y = 400 y = 400
jumpState = "runing" jumpState = "runing"
while True: while True:
t = 30
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == locals.QUIT: if event.type == locals.QUIT:
# 接收到退出事件后退出程序 # 接收到退出事件后退出程序
......
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