Commit 4919eb8f by BellCodeEditor

save project

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