Commit 4f9ad01e by BellCodeEditor

save project

parent db579b5e
Showing with 2 additions and 0 deletions
...@@ -52,6 +52,8 @@ index = random.randint(0,len(shape)-1) ...@@ -52,6 +52,8 @@ index = random.randint(0,len(shape)-1)
current_shape = shape[index] current_shape = shape[index]
color = random.choice(cube_colors) color = random.choice(cube_colors)
def check(center):
for cube in
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