コード例 #1
0
ファイル: main.py プロジェクト: Three-Winters/titledun-python
def main():
    network = Network()
    console = ConsoleInput(network)
    network.listen()

    while True:
        taskMgr.step()
コード例 #2
0
 def on_tick(self):
     taskMgr.step()
     taskMgr.step()
コード例 #3
0
def pandarender():
    taskMgr.step()
    taskMgr.step()