Commit 2795261b by BellCodeEditor

save project

parent b9b38dc0
Showing with 1 additions and 1 deletions
...@@ -72,7 +72,7 @@ while True: ...@@ -72,7 +72,7 @@ while True:
if check(center)==False: if check(center)==False:
index=old_index index=old_index
current_shape=shape[index] current_shape=shape[index]
if states=False: if states==False:
states=True states=True
center = [2, 8] # 第2行第8列 center = [2, 8] # 第2行第8列
shape=random.choice(shape_list) shape=random.choice(shape_list)
......
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