Commit d8d16be1 by BellCodeEditor

save project

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