xiandie/scene/dialog/dialog_container.tscn
2024-12-23 09:29:31 +08:00

45 lines
1.3 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://dmkt1roqc4he7"]
[ext_resource type="Script" path="res://scene/dialog/dialog_container.gd" id="1_s1ka3"]
[ext_resource type="Theme" uid="uid://j42sexotwnvk" path="res://config/default_theme.tres" id="2_q6yks"]
[node name="DialogContainer" type="MarginContainer"]
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = -86.0
grow_horizontal = 2
grow_vertical = 0
size_flags_vertical = 8
theme_override_constants/margin_left = 32
theme_override_constants/margin_top = 16
theme_override_constants/margin_right = 32
theme_override_constants/margin_bottom = 42
script = ExtResource("1_s1ka3")
[node name="DialogPanelContainer" type="PanelContainer" parent="."]
layout_mode = 2
[node name="DialogMarginContainer" type="MarginContainer" parent="DialogPanelContainer"]
layout_mode = 2
theme = ExtResource("2_q6yks")
theme_type_variation = &"dialog_container"
theme_override_constants/margin_left = 12
theme_override_constants/margin_top = 8
theme_override_constants/margin_right = 12
theme_override_constants/margin_bottom = 8
[node name="RichTextLabel" type="RichTextLabel" parent="DialogPanelContainer/DialogMarginContainer"]
custom_minimum_size = Vector2(460, 0)
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 4
mouse_filter = 2
text = "Dialog: test
2
3
4
5"
fit_content = true