Commit 124e29da by BellCodeEditor

save project

parent bd8cb7ef
Showing with 1 additions and 1 deletions
......@@ -76,7 +76,7 @@ while True:
index=random.randint(0,len(shape)-1)
current_shape=shape[index]
color=random.choice(cube_colors) # 向下
cuont += 15
cuont += 1
if cuont % FPS == 0:
center[0] = center[0]+1
if check(center) == False:
......
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