Fixed
You can click on characters whilst the journal is open You can click on characters whilst selecting dialog options Added sfx option to character data
This commit is contained in:
@@ -33,6 +33,8 @@ public class Journal : MonoBehaviour
|
||||
return;
|
||||
}
|
||||
|
||||
GameManager.Instance.uiManager.BlockInput(true);
|
||||
|
||||
m_availableAdventurers.Clear();
|
||||
foreach (var character in CharacterManager.Instance.CharacterDatas)
|
||||
{
|
||||
@@ -57,6 +59,8 @@ public class Journal : MonoBehaviour
|
||||
journal.SetActive(false);
|
||||
adventurerPage.gameObject.SetActive(false);
|
||||
PlayerController.Instance.cameraMovement = true;
|
||||
|
||||
GameManager.Instance.uiManager.BlockInput(false);
|
||||
}
|
||||
|
||||
public void SetJournalAdventurerPage(int id)
|
||||
|
||||
Reference in New Issue
Block a user