[gd_scene load_steps=5 format=2] [ext_resource path="res://scenes/campfire/Herbert.tscn" type="PackedScene" id=1] [ext_resource path="res://scenes/campfire/CampfireBackground.tscn" type="PackedScene" id=2] [ext_resource path="res://scenes/dialogue.tscn" type="PackedScene" id=3] [ext_resource path="res://scripts/scenes/IntroScript.gd" type="Script" id=4] [node name="root" type="Node2D"] [node name="CampfireBackground" parent="." instance=ExtResource( 2 )] frame = 14 [node name="Herbert" parent="." instance=ExtResource( 1 )] visible = false [node name="UI" type="Control" parent="."] margin_right = 192.0 margin_bottom = 108.0 __meta__ = { "_edit_use_anchors_": false } [node name="Dialog" parent="UI" instance=ExtResource( 3 )] [node name="IntroScript" type="Node" parent="."] script = ExtResource( 4 ) dialogue_box_path = NodePath("../UI/Dialog") ely_sprite_path = NodePath("../CampfireBackground/Ely") herbert_sprite_path = NodePath("../Herbert") intro_dialogue = "res://dialogues/intro_1.json"