34 lines
908 B
Plaintext
34 lines
908 B
Plaintext
[gd_scene load_steps=3 format=3]
|
|
|
|
[ext_resource type="Theme" path="res://ui/UI Theme.tres" id="1"]
|
|
[ext_resource type="Script" path="res://ui/component/DialogueTextbox.gd" id="2"]
|
|
|
|
[node name="DialogueTextbox" type="PanelContainer"]
|
|
custom_minimum_size = Vector2(120, 70)
|
|
mouse_filter = 2
|
|
theme = ExtResource("1")
|
|
script = ExtResource("2")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 1
|
|
|
|
[node name="SpeakerLabel" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = ""
|
|
visible = false
|
|
|
|
[node name="BodyLabel" type="RichTextLabel" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
custom_minimum_size = Vector2(0, 36)
|
|
size_flags_vertical = 3
|
|
bbcode_enabled = true
|
|
scroll_active = true
|
|
autowrap_mode = 3
|
|
|
|
[node name="AdvanceIndicator" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "▼"
|
|
horizontal_alignment = 2
|
|
visible = false
|