Commit a0577fbe by BellCodeEditor

save project

parent 9211e682
Showing with 1 additions and 1 deletions
import pygame import pygame
from pygame import locals from pygame import locals
import random import random
class Block(pygame.sprite.Sprite): class Block(pygame.sprite.Sprite):
def __init__(self,image1,image2,image3): def __init__(self,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