Commit 9ead767c by BellCodeEditor

save project

parent bf021ad8
Showing with 1 additions and 1 deletions
...@@ -87,7 +87,7 @@ while True: ...@@ -87,7 +87,7 @@ while True:
current_shape = shape[index] current_shape = shape[index]
color=random.choice(cube_colors) color=random.choice(cube_colors)
count+=1 count+=1
if count% FPS=0: if count% FPS==0:
center[0]=center[0]+1 center[0]=center[0]+1
if check(center)==False: if check(center)==False:
center[0]=center[0]-1 center[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