Commit 358c9b4f by BellCodeEditor

save project

parent fd069964
Showing with 4 additions and 0 deletions
......@@ -74,6 +74,10 @@ while True:
center[0] += 1
if cheaf(center) == False:
center[0] -= 1
elif event.key == locals.K_UP:
index += 1
index = index% len(current_shape1)
current_shape = current_shape1[index]
# 将背景图画上去
screen.blit(background, (0, 0))
......
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