Commit 4919eb8f by BellCodeEditor

save project

parent 464956bc
Showing with 2 additions and 2 deletions
......@@ -33,13 +33,13 @@ while True:
if event.key==locals.K_SPACE:
js='u'
if js=='u':
if y > 0.3:
if y > 10:
y-=100
else:
js='d'
if js=='d':
if y < 400:
y+=10
y+=0.5
else:
js='r'
wk = hero[index]
......
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