added queue to barks, modified barks manager, barks trigger
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using PixelCrushers.DialogueSystem;
|
||||
using Sirenix.Utilities;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Beyond
|
||||
@@ -15,6 +17,9 @@ namespace Beyond
|
||||
public ActionResponse m_actionResponse;
|
||||
|
||||
public MaterialChanger[] m_materialsToChange;
|
||||
//[Tooltip("Conversation to get bark content from.")]
|
||||
//[ConversationPopup(false)]
|
||||
//public string m_conversationBark = string.Empty;
|
||||
|
||||
|
||||
[Serializable]
|
||||
@@ -86,6 +91,11 @@ namespace Beyond
|
||||
}
|
||||
}
|
||||
|
||||
//if (!m_conversationBark.IsNullOrWhitespace())
|
||||
//{
|
||||
// BarkManager.Instance.PlayBark(m_conversationBark);
|
||||
//}
|
||||
|
||||
|
||||
yield return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user