Commit abbbe893 by BellCodeEditor

auto save

parent 94788e98
Showing with 1 additions and 0 deletions
......@@ -98,6 +98,7 @@ while True:
index = random.randint(0, len(shape)-1) # 随机形状索引
current_shape = shape[index]
color = random.choice(cube_colors) # 随机选取一种颜色
count += 1
if count % FPS == 0: # 降落速度的算式
center[0] = center[0] + 1
......
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