Skip to content

Get Started

theLudovyc edited this page Aug 27, 2021 · 8 revisions

Open GDialog Editor

Clic on GDialog button on center group.

Create New Timeline

Clic on "New Timeline" button, or right clic on "Timelines" folder > add timeline.

Rename Timeline

Double clic on "NewTimeline0" in tree, rename it "Timeline", then press enter or leave focus.

Open Timeline Editor

Clic on "Timeline".

Add Text Event

On right side of Timeline Editor, clic on "Text". In text field, tip "Hello =) !".

Save all

Clic on "Save" button. When it's write "Save(*)", a save is needed.

Scene

Create a new scene in godot, add a node and this script on it

var new_dialog = GDialog.start("Timeline")

add_child(new_dialog)

Launch current scene.

Clone this wiki locally