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:
Amaan Shawkath
2023-07-09 13:25:47 +01:00
parent 6b5f52a71f
commit d00929c814
6 changed files with 39 additions and 3 deletions

View File

@@ -14,4 +14,6 @@ public class CharacterData : ScriptableObject
[Header("The index of the dialogue relates to what question it should link too.")]
public List<Dialogue> m_dialogueOptions;
public AudioSource m_typingSfx;
}