def __init__(self, x, y):
     Hunter.__init__(self, x, y)
     self.width = 8
     self.length = 10
     self._speed = 1
     self._counter = 0
Beispiel #2
0
 def __init__(self, x, y):
     Hunter.__init__(self, x, y)
     self._color = 'green'
Beispiel #3
0
    def __init__(self, x, y):

        Hunter.__init__(self, x, y)
        self._image = PhotoImage(file='pig.png')
Beispiel #4
0
 def __init(self, x, y):
     Hunter.__init__(x, y)
Beispiel #5
0
 def __init__(self, x, y):
     Hunter.__init__(self, x, y)
     self.mycolor = "red"