Commit d8d16be1 by BellCodeEditor

save project

parent 6a0d6c31
Showing with 0 additions and 1 deletions
...@@ -23,7 +23,6 @@ while True: ...@@ -23,7 +23,6 @@ while True:
exit() exit()
if event.type == locals.KEYDOWN: if event.type == locals.KEYDOWN:
if event.key == locals.K_RIGHT: if event.key == locals.K_RIGHT:
print("???????????????????")
if hanglie[1]<15: if hanglie[1]<15:
hanglie[1]+=1 hanglie[1]+=1
elif event.key == locals.K_LEFT: elif event.key == locals.K_LEFT:
......
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