Commit c0a8afa9 by BellCodeEditor

save project

parent d2f81e35
Showing with 3 additions and 0 deletions
......@@ -82,6 +82,9 @@ while True:
if cheaf(center) == False:
index = old_index
current_shape = current_shape1[index]
center[0] = center[0] + 1
if False == cheaf(center):
center[0] = center[0] - 1
# 将背景图画上去
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