Commit 30969045 by BellCodeEditor

save project

parent d43d1ebd
Showing with 2 additions and 0 deletions
...@@ -33,11 +33,13 @@ while True: ...@@ -33,11 +33,13 @@ while True:
if jS=="up": if jS=="up":
if y>10: if y>10:
y-=30 y-=30
t+=1
else: else:
jS="down" jS="down"
if jS=="down": if jS=="down":
if y<400: if y<400:
y+=30 y+=30
t-=1
else: else:
jS="run" jS="run"
......
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