Commit b5a6b86f by BellCodeEditor

save project

parent 6629816f
Showing with 3 additions and 1 deletions
......@@ -81,7 +81,9 @@ while True:
if i >=len(shape):
i=0
current_shape=shape[i]
if check()
if check(center)==False:
i=old_index
current_shape=shape[i]
# 将背景图画上去
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