broken_seals/game/ui/loot_window/LootEntry.tscn

62 lines
1.6 KiB
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://ui/loot_window/LootEntry.gd" type="Script" id=1]
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=2]
[node name="lootEntry" type="PanelContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = -3.0
margin_bottom = -3.0
rect_min_size = Vector2( 0, 40 )
size_flags_horizontal = 3
theme = ExtResource( 2 )
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
icon_path = NodePath("HBoxContainer/Button/TextureRect")
label_path = NodePath("HBoxContainer/Label")
[node name="HBoxContainer" type="HBoxContainer" parent="."]
margin_left = 4.0
margin_top = 4.0
margin_right = 1017.0
margin_bottom = 593.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="Button" type="Button" parent="HBoxContainer"]
margin_right = 46.0
margin_bottom = 589.0
rect_min_size = Vector2( 46, 46 )
[node name="TextureRect" type="TextureRect" parent="HBoxContainer/Button"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -20.0
margin_top = -20.0
margin_right = 20.0
margin_bottom = 20.0
rect_min_size = Vector2( 40, 40 )
size_flags_horizontal = 3
size_flags_vertical = 3
expand = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="RichTextLabel" parent="HBoxContainer"]
margin_left = 50.0
margin_right = 1013.0
margin_bottom = 589.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
bbcode_enabled = true
text = "sdfsdfsdf"
scroll_active = false
[connection signal="pressed" from="HBoxContainer/Button" to="." method="on_click"]