Fix dialogue box related bugs

This commit is contained in:
2022-08-20 00:11:48 -07:00
parent 7f5e517fa4
commit 01ff3aecf6
6 changed files with 326 additions and 60 deletions

View File

@@ -6,6 +6,9 @@ namespace Scampz.GameJam
public class Dialogue
{
[TextArea(3, 10)]
public string[] sentences;
public string[] Sentences;
[SerializeField]
public SFXClip SoundEffect;
}
}