27 lines
962 B
Plaintext
27 lines
962 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bl1d3ktmm0s7f"]
|
|
|
|
[ext_resource type="Script" path="res://demos/4. branching condition/branching_condition_log.gd" id="1_7x7u2"]
|
|
[ext_resource type="Script" path="res://demos/4. branching condition/branching_condition_dialogue.gd" id="2_yhcl2"]
|
|
|
|
[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_7x7u2")
|
|
dialogue_gdscript = ExtResource("2_yhcl2")
|
|
|
|
[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
|