浏览代码

Hide the Dialogue UI when we advance in cutscene dialogue now works

/main
Amel Negra 3 年前
当前提交
632f55f9
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
      UOP1_Project/Assets/Scripts/Cutscenes/CutsceneManager.cs

3
UOP1_Project/Assets/Scripts/Cutscenes/CutsceneManager.cs


private void OnAdvance()
{
if (_isPaused)
{
LineEnded();
}
}
/// <summary>

正在加载...
取消
保存