Commit c6a25e76 by BellCodeEditor

save project

parent 62b22de1
Showing with 1 additions and 1 deletions
...@@ -33,7 +33,7 @@ while True: ...@@ -33,7 +33,7 @@ while True:
setheading="up" setheading="up"
if enevt.key==locals.K_DOWN and setheading!="up": if enevt.key==locals.K_DOWN and setheading!="up":
setheading="down" setheading="down"
elif setheading=="right": if setheading=="right":
x-=30 x-=30
elif setheading=="left": elif setheading=="left":
x+=30 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