21 lines
491 B
Text
21 lines
491 B
Text
[gd_scene format=3 uid="uid://b0arjg8r75f8y"]
|
|
|
|
[node name="Node" type="Panel"]
|
|
custom_minimum_size = Vector2(100, 100)
|
|
offset_right = 100.0
|
|
offset_bottom = 100.0
|
|
|
|
[node name="Holder" type="VBoxContainer" parent="."]
|
|
custom_minimum_size = Vector2(100, 100)
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Title" type="Label" parent="Holder"]
|
|
layout_mode = 2
|
|
text = "Test"
|
|
horizontal_alignment = 1
|
|
clip_text = true
|