crabs-game/scenes/campfire2.tscn

37 lines
1.3 KiB
Plaintext

[gd_scene load_steps=6 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]
[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 )]
name_label_path = NodePath("../Dialogue/MarginContainer/VBoxContainer/MarginContainer/MarginContainer/CharacterName")
text_label_path = NodePath("../Dialogue/MarginContainer/VBoxContainer/MarginContainer2/MarginContainer/DialogText")
[node name="TheChoice" type="AnimatedSprite" parent="."]
visible = false
frames = ExtResource( 5 )
animation = "lie"
centered = false