Commit b352bd50 by BellCodeEditor

save project

parent 7b814a3c
Showing with 1 additions and 0 deletions
...@@ -74,6 +74,7 @@ while True: ...@@ -74,6 +74,7 @@ while True:
current_shape = shape[index] current_shape = shape[index]
# 将背景图画上去 # 将背景图画上去
while True:
screen.blit(background, (0, 0)) screen.blit(background, (0, 0))
# 计算出所有小方块的行、列位置 # 计算出所有小方块的行、列位置
current_pos = [] current_pos = []
......
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