mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
57 lines
1.6 KiB
Plaintext
57 lines
1.6 KiB
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://ui/loot_window/LootWindow.gd" type="Script" id=1]
|
|
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=2]
|
|
[ext_resource path="res://ui/loot_window/LootEntry.tscn" type="PackedScene" id=3]
|
|
|
|
[node name="LootWindow" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
mouse_filter = 2
|
|
theme = ExtResource( 2 )
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
entry_scene = ExtResource( 3 )
|
|
container_path = NodePath("PanelContainer/VBoxContainer/ScrollContainer/container")
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="."]
|
|
margin_left = 82.0
|
|
margin_top = 83.0
|
|
margin_right = 299.0
|
|
margin_bottom = 359.0
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer"]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 213.0
|
|
margin_bottom = 272.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Label" type="Label" parent="PanelContainer/VBoxContainer"]
|
|
margin_right = 209.0
|
|
margin_bottom = 15.0
|
|
text = "Loot"
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="PanelContainer/VBoxContainer"]
|
|
margin_top = 23.0
|
|
margin_right = 209.0
|
|
margin_bottom = 234.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="container" type="VBoxContainer" parent="PanelContainer/VBoxContainer/ScrollContainer"]
|
|
margin_right = 209.0
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="Button" type="Button" parent="PanelContainer/VBoxContainer"]
|
|
margin_top = 242.0
|
|
margin_right = 209.0
|
|
margin_bottom = 268.57
|
|
text = "close"
|
|
[connection signal="pressed" from="PanelContainer/VBoxContainer/Button" to="." method="hide"]
|