示例#1
0
 def __init__(self, x, y, group):
     Blocks.__init__(self,
                     x,
                     y,
                     where_image='images\Blocks\spike.png',
                     group=group)
     self.type = 'spike'