Commit f08fe2f3 by BellCodeEditor

auto save

parent 8009e463
Showing with 2 additions and 1 deletions
......@@ -5,7 +5,8 @@ import random
pygame.init() # 初始化
class Block(pygame.sprite.Sprite):
def_init_(self.image1,image2,image3):
def_init_(self,image1,image2,image3):
super()__init__
# 创建一个窗口
screen = pygame.display.set_mode((1000, 600))
......
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