Commit 465958ba by BellCodeEditor

save project

parent 9bdd00ca
Showing with 1 additions and 1 deletions
......@@ -29,7 +29,7 @@ while True:
setheanding='left'
if event.key==locals.K_UP and setheanding!='down':
setheanding='up'
if event.key==locals.K_DOWN and setheanding!='left':
if event.key==locals.K_DOWN and setheanding!='up':
setheanding='down'
if setheanding=='right':
x+=30
......
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