5 lines
68 B
GDScript3
5 lines
68 B
GDScript3
|
extends Control
|
||
|
|
||
|
func _ready():
|
||
|
add_child(Dialogic.start("intro"))
|