Пример #1
0
def Initialize():
    global PlanetAnimation
    global InfosList

    InfosList = gameObjs.ValuesView(pygame.Rect(0, 0, 320, 200), "ceira")
    PlanetAnimation = utils.AnimationController(1.2)
Пример #2
0
def Initialize():
    global ValuesViewer

    ValuesViewer = gameObjs.ValuesView(pygame.Rect(0, 25, 5, 5), True)

    UpdateValues()