Commit b98fca39 by BellCodeEditor

save project

parent 36fe9da0
Showing with 6 additions and 2 deletions
......@@ -77,8 +77,12 @@ while True:
inden = 0
if check(center) == False:
inden -= 1
'''if states == False:
states = True'''
if states == False:
states = True
current = random.choice(shape_list)
inden = random.randint(0,len(current)-1)
current_shape = current[inden]
color = random.choice(cube_colors)
count += 1
if count % FPS == 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