Commit 512d9ce6 by BellCodeEditor

save project

parent 98a22b08
Showing with 1 additions and 1 deletions
...@@ -61,7 +61,7 @@ while True: ...@@ -61,7 +61,7 @@ while True:
elif event.key == locals.K_DOWN: # 向下 elif event.key == locals.K_DOWN: # 向下
if center[0] < 25: if center[0] < 25:
center[0] += 1 center[0] += 1
elif: elif
# 将背景图画上去 # 将背景图画上去
......
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