Add new dialogue system, add sound effects to walk cycle
This commit is contained in:
13
Assets/Scripts/Dialogue.cs
Normal file
13
Assets/Scripts/Dialogue.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Scampz.GameJam
|
||||
{
|
||||
[System.Serializable]
|
||||
public class Dialogue
|
||||
{
|
||||
public string name;
|
||||
|
||||
[TextArea(3, 10)]
|
||||
public string[] sentences;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user