scheduler.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:pygame-event-calendar-and-pianobar 作者: scottpcrawford 项目源码 文件源码
def main():
    pg.init()
    pg.mouse.set_visible(False) # hide the pointer
    #screen = pg.display.set_mode((SCREEN_WIDTH, SCREEN_HEIGHT), pg.FULLSCREEN) # windows
    screen = pg.display.set_mode((1920, 1080), pg.NOFRAME) # linux
    game = Game(screen)
    game.create_sprites()
    game.update_calendar()
    game.update_weather()
    game.change_state()
    game.run()
    exit(0)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号