def __init__(self):
     self.selectionID = 0
     self.color = pygame.color.Color("white")
     self.selectedColor = pygame.color.Color(127, 255, 127)
     Globals.SCREEN.fill(pygame.color.Color("black"))
     self.cExists = InputManager.initController()
     self.index = 0
     self.iText = "default"
     self.wait = 0.0