Commit e9648108 by BellCodeEditor

save project

parent 22f8fe0f
Showing with 1 additions and 1 deletions
......@@ -28,7 +28,7 @@ while True:
elif event.key==locals.K_LEFT:
if centre[1]>1:
centre[1]-=1
else:
elif event.key==locals.K_DOWN:
if centre[0]<25:
centre[0]+=1
# 将背景图画上去
......
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