-
Notifications
You must be signed in to change notification settings - Fork 1
Get Started
theLudovyc edited this page Aug 27, 2021
·
8 revisions
Clic on GDialog button on center group.
Clic on "New Timeline" button, or right clic on "Timelines" folder > add timeline.
Double clic on "NewTimeline0" in tree, rename it "Timeline", then press enter or leave focus.
Clic on "Timeline".
On right side of Timeline Editor, clic on "Text". In text field, tip "Hello =) !".
Clic on "Save" button. When it's write "Save(*)", a save is needed.
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.