Add custom cursors

This commit is contained in:
2023-07-09 16:49:21 +02:00
parent 8343609794
commit e15d9f610e
20 changed files with 1001 additions and 32 deletions

View File

@@ -28,6 +28,7 @@ public class DialogueController : MonoBehaviour
{
Debug.Log($"DialogueController: Character {characterName} finished interviewing");
CharacterManager.Instance.SetInterviewed(characterName);
GameManager.Instance.uiManager.BlockInput(false);
}
public void Debug_NextCharacter()