Exemplo n.º 1
0
Arquivo: run.py Projeto: bitcraft/mh
    def start(self):
        from lib.cutscene import Cutscene

        gfx.set_screen((640, 480), 2, "scale")
        self.sd.reload_screen()
        self.sd.start(Cutscene(res.miscPath("intro.txt", "scripts")))
        self.sd.run()
Exemplo n.º 2
0
 def show_intro(self):
     s = Cutscene(res.miscPath("intro.txt", "scripts")) 
     sd.start_restart(s)