Ejemplo n.º 1
0
def startFrame():
    '''
    游戏主流程
    '''
    FlowHandle.initCache()
    while (True):
        nowFlowId = CacheContorl.nowFlowId
        PyCmd.clr_cmd()
        flowData[nowFlowId]()
Ejemplo n.º 2
0
def loadGamePanel():
    FlowHandle.initCache()
    EraPrint.pnextscreen()
    EraPrint.pnextscreen()
    EraPrint.pobo(1 / 3, TextLoading.getTextData(TextLoading.messagePath, '1'))
    EraPrint.p('\n')