Example #1
0
 def __init__(self, x, y, game):
     self.game = game
     self.door = DingoDoor(image_util.load_image("dingofence_lock.png"), x,
                           y + 1, game)