Ejemplo n.º 1
0
	def __init__ (self, width, height, menu):
		Window.__init__(self, width, height)
		self.setscreencolors('white', 'black', clear=True)
		
		self.index = 0
		self.menu = menu
Ejemplo n.º 2
0
	def __init__ (self, width, height):
		Window.__init__(self, width, height)
		self.setscreencolors('green', 'black', clear=True)
		
		self.layer = 0
		self.world = False