コード例 #1
0
ファイル: Game.py プロジェクト: cyendra/RavenGame
def update(dt):
    if not SceneManager.run(dt):
        pyglet.app.exit()