extends Node class_name Game @export var dialogue_scene: DialogueScene func _ready() -> void: add_child(await DialogueEncounter.new(self.dialogue_scene))