main.py 文件源码

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

项目:DollopOS 作者: AppleJuiceSnake 项目源码 文件源码
def startup():
    global aboutopened
    screen.blit(bg, (1, 1))
    screen.blit(tskbar, (0,440))
    screen.blit(tskbar, (0,0))
    if aboutopened:
        screen.blit(close, (280,0))
    if not aboutopened:
        screen.blit(sdicon, (280,0))
    screen.blit(logo, (288,448))
    screen.blit(menu, (0,440))
    screen.blit(respring, (240,0))
    screen.blit(dbtb, (0,0))
    display_text(time,black,35,50,440)
    pygame.display.flip()
    # Create stuff to log
    if not runningBootPy:
        print ("Current Platform: ", sys.platform)
        print ("Current Revision: ", currev)
        print ("Pygame Version", pygame.ver)
    mainLoop()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号