Commit 04fbe76d by BellCodeEditor

save project

parent dd829936
Showing with 7 additions and 6 deletions
...@@ -145,12 +145,13 @@ while True: ...@@ -145,12 +145,13 @@ while True:
center[0] = center[0] - 1 center[0] = center[0] - 1
if states == False: if states == False:
states = True if states == False:
center = [2, 8] states = True
shape = random.choice(shape_list) center = [2, 8]
index = random.randint(0, len(shape)-1) shape = random.choice(shape_list)
current_shape = shape[index] index = random.randint(0, len(shape)-1)
color = random.choice(cube_colors) current_shape = shape[index]
color = random.choice(cube_colors)
count += 1 count += 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