Clean up project, create Singleton

This commit is contained in:
2022-08-15 12:32:42 -07:00
parent 06d346f89b
commit b67ab71e2b
83 changed files with 61 additions and 3597 deletions

View File

@@ -5,8 +5,6 @@ namespace Scampz.GameJam
[System.Serializable]
public class Dialogue
{
public string name;
[TextArea(3, 10)]
public string[] sentences;
}