Commit d920491c by BellCodeEditor

auto save

parent 14f1fc9d
Showing with 2 additions and 1 deletions
...@@ -53,7 +53,8 @@ current_shape = shape[index] ...@@ -53,7 +53,8 @@ current_shape = shape[index]
color = random.choice(cube_colors) color = random.choice(cube_colors)
def check(center): def check(center):
for cube in for cube in current_shape:
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == locals.QUIT: if event.type == locals.QUIT:
......
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