Commit c2c9d233 by BellCodeEditor

save project

parent 502e8fd5
Showing with 2 additions and 2 deletions
......@@ -29,7 +29,7 @@ while True:
if event.type == locals.KEYDOWN:
if event.key == locals.K_UP and setheading != "down":
setheading="up"
st=right
st=up
if event.key == locals.K_DOWN and setheading !="up":
setheading="down"
st=down
......@@ -39,7 +39,7 @@ while True:
if event.key == locals.K_LEFT and setheading !="right":
setheading="left"
st=right
st=left
if setheading=="left":
x-=30
elif setheading=="up":
......
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