48 lines
1.1 KiB
Plaintext
48 lines
1.1 KiB
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://src/ui/Encounter.gd" type="Script" id=1]
|
|
|
|
[node name="Control" type="PopupPanel"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 1.0
|
|
margin_top = 0.122467
|
|
margin_right = -418.0
|
|
margin_bottom = -181.878
|
|
popup_exclusive = true
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="V" type="VBoxContainer" parent="."]
|
|
margin_left = 15.8978
|
|
margin_top = 17.6123
|
|
margin_right = 591.898
|
|
margin_bottom = 57.6123
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Title" type="RichTextLabel" parent="V"]
|
|
margin_right = 576.0
|
|
margin_bottom = 15.0
|
|
bbcode_enabled = true
|
|
bbcode_text = "[center]Title[/center]"
|
|
text = "Title"
|
|
fit_content_height = true
|
|
|
|
[node name="Picture" type="TextureRect" parent="V"]
|
|
margin_top = 19.0
|
|
margin_right = 576.0
|
|
margin_bottom = 19.0
|
|
|
|
[node name="Description" type="RichTextLabel" parent="V"]
|
|
margin_top = 23.0
|
|
margin_right = 576.0
|
|
margin_bottom = 23.0
|
|
bbcode_enabled = true
|
|
fit_content_height = true
|
|
|
|
[node name="Menu" type="VBoxContainer" parent="V"]
|
|
margin_top = 27.0
|
|
margin_right = 576.0
|
|
margin_bottom = 27.0
|