27 lines
942 B
Plaintext
27 lines
942 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cc22y2sa14se6"]
|
|
|
|
[ext_resource type="Script" path="res://demos/7. handling input/handling_input_log.gd" id="1_4r4r1"]
|
|
[ext_resource type="Script" path="res://demos/7. handling input/handling_input_dialogue.gd" id="2_ti25x"]
|
|
|
|
[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_4r4r1")
|
|
dialogue_gdscript = ExtResource("2_ti25x")
|
|
|
|
[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
|