Commit 5182347e by BellCodeEditor

save project

parent d4603886
Showing with 6 additions and 0 deletions
...@@ -9,3 +9,8 @@ ...@@ -9,3 +9,8 @@
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
clock.tick(FPS) clock.tick(FPS)
center = [2,8]
shape = random.choice(shape_list)
index = random.randint(0,len(shape)-1)
current_shape =shape(index)
color = random.chooice(cube_colors)
\ No newline at end of file
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