[gd_scene load_steps=7 format=2] [ext_resource path="res://scripts/campfire2.gd" type="Script" id=1] [ext_resource path="res://scenes/campfire/Herbert.tscn" type="PackedScene" id=2] [ext_resource path="res://scenes/campfire/CampfireBackground.tscn" type="PackedScene" id=3] [ext_resource path="res://scenes/dialogue.tscn" type="PackedScene" id=4] [ext_resource path="res://images/campfire/thechoice.tres" type="SpriteFrames" id=5] [ext_resource path="res://fonts/dialog_default_font_bold.tres" type="DynamicFont" id=6] [node name="Node2D" type="Node2D"] script = ExtResource( 1 ) end_1_dialogue = "res://dialogues/End_1.json" end_truth_dialogue = "res://dialogues/End_Truth.json" end_lie_dialogue = "res://dialogues/End_Lie.json" [node name="CampfireBackground" parent="." instance=ExtResource( 3 )] frame = 7 [node name="Herbert" parent="." instance=ExtResource( 2 )] visible = false [node name="UI" type="Control" parent="."] margin_right = 192.0 margin_bottom = 108.0 __meta__ = { "_edit_use_anchors_": false } [node name="Dialogue" parent="UI" instance=ExtResource( 4 )] [node name="TheChoice" type="AnimatedSprite" parent="."] visible = false frames = ExtResource( 5 ) animation = "lie" centered = false [node name="Lie" type="Label" parent="TheChoice"] margin_left = 127.633 margin_top = 75.0 margin_right = 167.633 margin_bottom = 97.0 custom_fonts/font = ExtResource( 6 ) text = "Lie" align = 1 __meta__ = { "_edit_use_anchors_": false } [node name="Tell the truth" type="Label" parent="TheChoice"] margin_top = 3.71011 margin_right = 84.0 margin_bottom = 25.7101 custom_fonts/font = ExtResource( 6 ) text = "Truth" align = 1 __meta__ = { "_edit_use_anchors_": false }