7 lines
161 B
GDScript
7 lines
161 B
GDScript
extends Control
|
|
|
|
@onready var timeline : DialogicTimeline = preload("res://dialogic/timelines/game_start.dtl")
|
|
|
|
func _ready() -> void:
|
|
Dialogic.start(timeline)
|