Ejemplo n.º 1
0
 def __init__(self, w, h):
     _UI.__init__(self)
     TweenRectangle.__init__(self)
     self._create_Bar(w, h)
     self._create_Tools()
     self._create_Menus()
     self._init_states()
     self.size = SCREEN_WIDTH, SCREEN_HEIGHT
Ejemplo n.º 2
0
 def __init__(self):
     _UI.__init__(self)
     self.size = SCREEN_WIDTH - 1, SCREEN_HEIGHT - 1
     self._create_Menus()
Ejemplo n.º 3
0
 def __init__(self):
     _UI.__init__(self)
     self._init_Box()
Ejemplo n.º 4
0
	def __init__(self):
		_UI.__init__(self)
		self._create_Box()
Ejemplo n.º 5
0
 def __init__(self):
     _UI.__init__(self)
     TweenRectangle.__init__(self)
     self.opened = False
     self.alpha = 0
Ejemplo n.º 6
0
	def __init__(self):
		_UI.__init__(self)
		self._create_Box()
		self._create_Slider()
		self._update_rectangle()
Ejemplo n.º 7
0
 def __init__(self):
     _UI.__init__(self)
     self._create_Box()
Ejemplo n.º 8
0
 def __init__(self):
     _UI.__init__(self)
     self._create_Box()
     self._create_Slider()
     self._update_rectangle()
Ejemplo n.º 9
0
		def __init__(self):
			_UI.__init__(self)
			self._init_Box()
Ejemplo n.º 10
0
	def __init__(self):
		_UI.__init__(self)
		TweenRectangle.__init__(self)
		self.opened = False
		self.alpha = 0