Fix World Camera

This commit is contained in:
2022-08-20 15:38:13 -07:00
parent 15a7e16650
commit 349c4dc4b6
26 changed files with 4085 additions and 2158 deletions

View File

@@ -7,8 +7,7 @@ namespace Scampz.GameJam
{
[TextArea(3, 10)]
public string[] Sentences;
[SerializeField]
public SFXClip SoundEffect;
public float TextSpeed;
}
}