in progress changes
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -490,6 +490,7 @@ namespace Qoo.Ks
|
||||
}
|
||||
|
||||
// Token: 0x06000384 RID: 900 RVA: 0x0000BECC File Offset: 0x0000A0CC
|
||||
// TODO investigate for message printing
|
||||
private EVENTSCENE SceneApplySub(EVENTSCENE Scene, bool bMsg, bool IsVoice = true)
|
||||
{
|
||||
if (Scene.Message.Sw == SWITCH.ON && Scene.Message.Tag != null)
|
||||
|
||||
Reference in New Issue
Block a user