You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/introduction.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,18 @@ Dialogic 2 is still in-development and marked as Alpha, there may be workflow br
13
13
14
14
## What is Dialogic 2?
15
15
16
-
The Dialogic plugin allows you to easily create in-game dialogs or fully fledged **Visual Novels** with Godot.
16
+
The Dialogic plugin allows you to easily create **in-game dialogs** or fully fledged **Visual Novels** with Godot.
17
17
18
18
Let's get an overview of what Dialogic 2 can do for you!
19
19
20
20
### 1. Timelines!
21
21
22
-
They control the flow of your story. They can be edited in a writer-friendly **Visual Editor**or your editor of choice.
22
+
Timelines represent your Dialogs. They are a list of events (e.g. text, conditions, animations, signals, etc.) and control the flow of your story. You can edit them in a writer-friendly **Visual Editor**, our very efficient **Text Editor**or any text editor of your choice.
23
23
24
+
The **Visual Editor** has each event as a movable block with easy to use fields:
24
25

25
26
26
-
If you prefer to write your timelines as pure text, you can do that too! Dialogic even has a powerful text editor with autocompletion and syntax highlighting. You can use any text editor, though. Here is the same timeline in text format:
27
+
The **Text Editor** allows you to write events in pure text format. It provides syntax highlighting and auto-completion making writing timelines super efficient. You can use any text editor, though. Here is the same timeline in the text format:
0 commit comments