Commit 7ec4abd9 by BellCodeEditor

auto save

parent 686c5f10
Showing with 1 additions and 1 deletions
......@@ -3,7 +3,7 @@ from pygame import locals
import random
pygame.init() # 初始化
sc=0
class Block(pygame.sprite.Sprite): # 障碍物精灵类
def __init__(self,image1,image2,image3):
super().__init__()
......
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