Commit b9bb2b43 by BellCodeEditor

save project

parent 4444b5f1
Showing with 1 additions and 1 deletions
...@@ -88,7 +88,7 @@ while True: ...@@ -88,7 +88,7 @@ while True:
shape_list3 = random.randint(0,len(shape_list2)-1) shape_list3 = random.randint(0,len(shape_list2)-1)
current_shape = [shape_list3] current_shape = [shape_list3]
color = random.choice(cube_colors) color = random.choice(cube_colors)
count += 1 count += 2
if count % FPS == 0: if count % FPS == 0:
center[0] += 1 center[0] += 1
if check(center) == False: 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