[gd_scene load_steps=4 format=2] [ext_resource path="res://Lemon.gd" type="Script" id=1] [ext_resource path="res://UI.gd" type="Script" id=2] [ext_resource path="res://UI/DialogBox.gd" type="Script" id=3] [node name="LemonProse" type="Node"] script = ExtResource( 1 ) [node name="UI" type="PanelContainer" parent="."] margin_right = 584.0 margin_bottom = 65.0 rect_min_size = Vector2( 584, 65 ) script = ExtResource( 2 ) [node name="Prose" type="RichTextLabel" parent="UI"] margin_left = 7.0 margin_top = 7.0 margin_right = 577.0 margin_bottom = 58.0 size_flags_horizontal = 3 size_flags_vertical = 3 text = "You are in the Customs Office. WARNING: You have no light source. Dan is hungry. You should feed him soon." script = ExtResource( 3 )