DIsable camera lock
This commit is contained in:
@@ -27,7 +27,7 @@ public class AdventurerInteractable : MonoBehaviour
|
||||
if (GameManager.Instance.dialogueController.DialogueInProgress)
|
||||
return;
|
||||
|
||||
PlayerController.Instance.cameraMovement = false;
|
||||
//PlayerController.Instance.cameraMovement = false;
|
||||
CharacterData character = CharacterManager.Instance.GetCharacterDataByName(m_name);
|
||||
GameManager.Instance.dialogueController.DisplayCharacterText(character);
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@ public class Journal : MonoBehaviour
|
||||
adventurerPage.gameObject.SetActive(true);
|
||||
}
|
||||
journal.SetActive(true);
|
||||
PlayerController.Instance.cameraMovement = false;
|
||||
//PlayerController.Instance.cameraMovement = false;
|
||||
}
|
||||
|
||||
public void CloseJournal()
|
||||
|
||||
Reference in New Issue
Block a user