Add files via upload
Some first day fug fixes.
This commit is contained in:
parent
7046716893
commit
a29bc6aba4
7 changed files with 123 additions and 10 deletions
|
@ -22,6 +22,9 @@ public class DialogueSystem : MonoBehaviour{
|
|||
anim = GetComponent<Animator>();
|
||||
}
|
||||
|
||||
/// <summary>Start or continue the dialogue
|
||||
/// <para>This function returns false if the dialogue has ended.</para>
|
||||
/// </summary>
|
||||
public bool Dialogue(Dialogue dialogue){
|
||||
if(!talking){
|
||||
if (dialogue.displayName){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue