Commit 85f71013 by BellCodeEditor

auto save

parent a6e35c57
Showing with 3 additions and 3 deletions
...@@ -104,10 +104,10 @@ while True: ...@@ -104,10 +104,10 @@ while True:
if check(center) == False: if check(center) == False:
center[0] = center[0] - 1 center[0] = center[0] - 1
states = False states = False
shape=next_shape #shape=next_shape
#color=next_color #color=next_color
index=next_index #index=next_index
current_shape=shape[index] #current_shape=shape[index]
for cube in current_pos: for cube in current_pos:
save[cube[0]-1][cube[1]-1]=color save[cube[0]-1][cube[1]-1]=color
if states == False: if states == 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