Commit b77faa42 by BellCodeEditor

auto save

parent b68ba6f8
Showing with 1 additions and 1 deletions
...@@ -61,7 +61,7 @@ def check(center): ...@@ -61,7 +61,7 @@ def check(center):
or cube[1]>grid_num_width: or cube[1]>grid_num_width:
return False return False
while True: while True:
color = random.choice(cube_colors)
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == locals.QUIT: if event.type == locals.QUIT:
exit() exit()
......
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