예제 #1
0
파일: main.py 프로젝트: C-Kimber/Platformer
def main():
    pygame.font.init()
    c = SpaceshipAdventure(600, 400, 30)
    c.main_loop()
    return