Commit 0f40c2ff by BellCodeEditor

save project

parent 1c52c120
Showing with 1 additions and 1 deletions
...@@ -127,7 +127,7 @@ while True: ...@@ -127,7 +127,7 @@ while True:
for i in range(24,-1,-1): for i in range(24,-1,-1):
is_full=True is_full=True
for j in range(grid_num_width): for j in range(grid_num_width):
if num[i][j] == 0: if num_list[i][j] == 0:
is_full=False is_full=False
# 得分 # 得分
text_surface = font.render(str(score), True, (0, 0, 0)) text_surface = font.render(str(score), True, (0, 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