32 lines
856 B
Plaintext
32 lines
856 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://sk2uc8hcxhcj"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/physical_dialogue.gd" id="1_3l55m"]
|
|
[ext_resource type="Theme" uid="uid://d0ir0t347wqv7" path="res://etc/default_theme.tres" id="1_s71uu"]
|
|
|
|
[node name="Dialogue" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_top = -308.485
|
|
offset_right = 40.0
|
|
offset_bottom = -268.485
|
|
script = ExtResource("1_3l55m")
|
|
|
|
[node name="LabelPanel" type="PanelContainer" parent="."]
|
|
z_index = 10
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("1_s71uu")
|
|
|
|
[node name="Label" type="Label" parent="LabelPanel"]
|
|
layout_mode = 2
|
|
theme = ExtResource("1_s71uu")
|
|
text = "Lorem Ipsum Dolor"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
uppercase = true
|
|
metadata/_edit_lock_ = true
|