def __init__(self, xp,yp,owner): basebomb.__init__(self,owner,xp,yp) self.image = display.loadtex("empty.png") self.pix = display.loadpixID("brick.png") self.destalpha = 35 self.radius = 15 self.maxbounces = 5
def __init__(self, xp,yp,owner): basebomb.__init__(self,owner,xp,yp) #self.xvel+=random.randrange(-10,10) #self.yvel+=random.randrange(-10,10) self.image = display.loadtex("dirtclod.png") self.pix = display.loadpixID("dirtclod.png") self.destalpha = 235
def __init__(self, xp,yp,owner): basebomb.__init__(self,owner,xp,yp) self.image = display.loadtex("arrow.png") self.pix = display.loadpixID("arrow.png")
def __init__(self, xp,yp,owner): arrow.__init__(self,xp,yp,owner) self.image = display.loadtex("grapple.png") self.pix = display.loadpixID("grapple.png")