Commit ff259615 by BellCodeEditor

save project

parent 57951a62
Showing with 3 additions and 0 deletions
...@@ -8,6 +8,9 @@ from random import choice ...@@ -8,6 +8,9 @@ from random import choice
init() # 初始化 init() # 初始化
class Block(Sprite): class Block(Sprite):
'''
Sprite's lever up.
'''
def __init__(self,image1,image2,image3): def __init__(self,image1,image2,image3):
super().__init__() super().__init__()
self.image = choice([image1,image2,image3]) self.image = choice([image1,image2,image3])
......
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