Commit d811ccdf by BellCodeEditor

save project

parent 62a95924
Showing with 1 additions and 2 deletions
......@@ -72,8 +72,7 @@ while True:
center[1] += 1
elif event.key == locals.K_DOWN: # 向下
if center[0] < 25:
if center[0] < 20:
center[0] = 20
center[0] += 1
if cheaf(center) == False:
center[0] -= 1
elif event.key == locals.K_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