Skip to content

Commit

Permalink
Added async dialogue view and system.
Browse files Browse the repository at this point in the history
  • Loading branch information
McJones committed Nov 6, 2024
1 parent caf4279 commit 58d636e
Show file tree
Hide file tree
Showing 36 changed files with 6,700 additions and 4,020 deletions.
3 changes: 3 additions & 0 deletions Editor/Editors/DialogueRunnerEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,9 @@ public override void OnInspectorGUI()
[CustomEditor(typeof(VoiceOverView))]
public class VoiceOverViewEditor : YarnEditor { }

[CustomEditor(typeof(AsyncLineView))]
public class AsyncLineViewEditor: Yarn.Unity.Editor.YarnEditor { }

[CustomEditor(typeof(DialogueRunner))]
public class DialogueRunnerEditor : YarnEditor
{
Expand Down
Loading

0 comments on commit 58d636e

Please sign in to comment.