Commit 41f1d42c by BellCodeEditor

save project

parent 04700460
Showing with 2 additions and 1 deletions
...@@ -21,6 +21,7 @@ index = 0 ...@@ -21,6 +21,7 @@ index = 0
i=0 i=0
jumpState='runing' jumpState='runing'
y=400 y=400
t=30
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == locals.QUIT: if event.type == locals.QUIT:
...@@ -41,7 +42,7 @@ while True: ...@@ -41,7 +42,7 @@ while True:
t+=2 t+=2
else: else:
jumpState='runing' jumpState='runing'
0 t=30
i+=1 i+=1
......
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