Commit e0174a53 by BellCodeEditor

save project

parent 0aa32975
Showing with 1 additions and 0 deletions
...@@ -79,6 +79,7 @@ while True: ...@@ -79,6 +79,7 @@ while True:
inden -= 1 inden -= 1
if states == False: if states == False:
states = True states = True
center = [2, 8]
current = random.choice(shape_list) current = random.choice(shape_list)
inden = random.randint(0,len(current)-1) inden = random.randint(0,len(current)-1)
current_shape = current[inden] current_shape = current[inden]
......
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