Esempio n. 1
0
 def __init__(self):
     """ Builds the scrolling map and starts it at the top left corner  """
     Image.__init__(self, GetImagePath("pokearth.png"))
     self.mapLoc = [0, 0]
     self.coord = [0, 0]
     
     self.xRange = range(1100-640)
     self.yRange = range(850-480)
Esempio n. 2
0
 def __init__(self, type):
     """ Initialize the widget """
     Image.__init__(self, GetImagePath("Types/{0}_type.png".format(type.lower())))
Esempio n. 3
0
 def __init__(self, type):
     """ Initialize the widget """
     Image.__init__(self,
                    GetImagePath("Types/{0}_type.png".format(type.lower())))
Esempio n. 4
0
 def __init__(self):
     """ Builds the logo """
     Image.__init__(self, GetImagePath("PkmnLogo.png"))
Esempio n. 5
0
 def __init__(self):
     """ Builds the logo """
     Image.__init__(self, GetImagePath("PkmnLogo.png"))