Commit 588413df by BellCodeEditor

save project

parent 88877d5d
Showing with 2 additions and 2 deletions
......@@ -32,11 +32,11 @@ while True:
if center[1] > 1:
center[1] = center[1]-1
elif event.key == locals.K_UP:
elif event.key == locals.K_DOWN:
if center[0] < 25:
center[0] = center[0]+1
elif event.key == locals.K_DOWN:
elif event.key == locals.K_SPACE:
if center[0] < 25:
center[0] = 25
# 将背景图画上去
......
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