Files
pomchronicles/scripts/game_start.gd

7 lines
161 B
GDScript

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