27 lines
950 B
Plaintext
27 lines
950 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dkfjywgk5gykn"]
|
|
|
|
[ext_resource type="Script" path="res://demos/2. same branch goto/same_branch_goto_log.gd" id="1_biw57"]
|
|
[ext_resource type="Script" path="res://demos/2. same branch goto/same_branch_goto_dialogue.gd" id="2_bn40h"]
|
|
|
|
[node name="DialogueEngineDemoVBoxContainer" type="VBoxContainer"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_biw57")
|
|
dialogue_gdscript = ExtResource("2_bn40h")
|
|
|
|
[node name="DialogueEngineDemoQuickStartPanelContainer" type="PanelContainer" parent="."]
|
|
layout_mode = 2
|
|
|
|
[node name="DialogueEngineDemoQuickStartLabel" type="Label" parent="DialogueEngineDemoQuickStartPanelContainer"]
|
|
layout_mode = 2
|
|
text = "Press <Enter> or <Space> to progress the dialogue."
|
|
horizontal_alignment = 1
|
|
|
|
[node name="LogRichTextLabel" type="RichTextLabel" parent="."]
|
|
layout_mode = 2
|
|
text = "Log:"
|
|
fit_content = true
|