75 lines
1.7 KiB
Plaintext
75 lines
1.7 KiB
Plaintext
[gd_scene format=2]
|
|
|
|
[node name="ItemsMenu" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
anchor_right = 1.0
|
|
margin_bottom = 22.0
|
|
custom_constants/separation = 0
|
|
|
|
[node name="title" type="PanelContainer" parent="HBoxContainer"]
|
|
margin_right = 45.0
|
|
margin_bottom = 22.0
|
|
|
|
[node name="ITEMS" type="Label" parent="HBoxContainer/title"]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 41.0
|
|
margin_bottom = 18.0
|
|
text = "Items"
|
|
|
|
[node name="actions" type="PanelContainer" parent="HBoxContainer"]
|
|
margin_left = 45.0
|
|
margin_right = 384.0
|
|
margin_bottom = 22.0
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer/actions"]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 335.0
|
|
margin_bottom = 18.0
|
|
|
|
[node name="Label" type="Label" parent="HBoxContainer/actions/HBoxContainer"]
|
|
margin_right = 105.0
|
|
margin_bottom = 14.0
|
|
size_flags_horizontal = 3
|
|
text = "Use"
|
|
align = 1
|
|
|
|
[node name="Label2" type="Label" parent="HBoxContainer/actions/HBoxContainer"]
|
|
margin_left = 113.0
|
|
margin_right = 218.0
|
|
margin_bottom = 14.0
|
|
size_flags_horizontal = 3
|
|
text = "Sort"
|
|
align = 1
|
|
|
|
[node name="Label3" type="Label" parent="HBoxContainer/actions/HBoxContainer"]
|
|
margin_left = 226.0
|
|
margin_right = 331.0
|
|
margin_bottom = 14.0
|
|
size_flags_horizontal = 3
|
|
text = "Rare"
|
|
align = 1
|
|
|
|
[node name="itemdesc" type="PanelContainer" parent="."]
|
|
anchor_right = 1.0
|
|
margin_top = 22.0
|
|
margin_bottom = 66.0
|
|
|
|
[node name="Label" type="Label" parent="itemdesc"]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 380.0
|
|
margin_bottom = 40.0
|
|
size_flags_vertical = 1
|
|
text = "Item description"
|
|
|
|
[node name="items" type="PanelContainer" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_top = 66.0
|