in progress changes

This commit is contained in:
Arneth
2022-01-27 20:44:06 -05:00
parent f4ba5fc852
commit fe17ead9c5
42 changed files with 1693 additions and 34 deletions
@@ -15,7 +15,8 @@ namespace Qoo.Graphics
NMB_FILEINFO fileInfo = Nmb.GetFileInfo(fileId.Name);
string text = fileInfo.DirName + fileInfo.FileName;
Debug.Print(string.Format("INFO:Start Movie({0} Skip={1})", text, IsSkip.ToString()));
UnityTask.SetSubTask(MovieManager.PlayMovie(text, FullScreenMovieControlMode.CancelOnInput));
//TODO fix movie playing. either make platform specific versions OR make platform agnostic
//UnityTask.SetSubTask(MovieManager.PlayMovie(text, FullScreenMovieControlMode.CancelOnInput));
}
}
}