[gd_scene load_steps=5 format=3 uid="uid://bv85dh88ovwo4"] [ext_resource type="Script" path="res://scene/trader_board/trader_board.gd" id="1_24lvp"] [ext_resource type="PackedScene" uid="uid://bdlo2wn4qnygv" path="res://scene/tool_button/tool_button.tscn" id="1_ofd53"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_h5kjg"] corner_radius_top_left = 10 corner_radius_top_right = 10 corner_radius_bottom_right = 10 corner_radius_bottom_left = 10 [sub_resource type="LabelSettings" id="LabelSettings_a02so"] font_size = 30 [node name="trader_board" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_24lvp") [node name="Panel" type="Panel" parent="."] layout_mode = 0 anchor_left = 0.015625 anchor_top = 0.0416667 anchor_right = 0.976563 anchor_bottom = 0.947531 theme_override_styles/panel = SubResource("StyleBoxFlat_h5kjg") metadata/_edit_use_anchors_ = true [node name="Label" type="Label" parent="Panel"] layout_mode = 1 anchors_preset = 1 anchor_left = 1.0 anchor_right = 1.0 offset_left = -44.0 offset_top = 10.0 offset_right = -4.0 offset_bottom = 33.0 grow_horizontal = 0 text = "❌" label_settings = SubResource("LabelSettings_a02so") horizontal_alignment = 1 vertical_alignment = 1 [node name="exit" parent="Panel/Label" instance=ExtResource("1_ofd53")] layout_mode = 1 [node name="Panel" type="Panel" parent="Panel"] layout_mode = 1 anchors_preset = -1 anchor_left = 0.0546522 anchor_top = 0.0826235 anchor_right = 0.945348 anchor_bottom = 0.917377 grow_horizontal = 2 grow_vertical = 2 metadata/_edit_use_anchors_ = true [node name="ScrollContainer" type="ScrollContainer" parent="Panel/Panel"] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 vertical_scroll_mode = 0 [node name="trade_card_add_pos" type="HBoxContainer" parent="Panel/Panel/ScrollContainer"] unique_name_in_owner = true layout_mode = 2 size_flags_vertical = 3 [connection signal="pressed" from="Panel/Label/exit" to="." method="_on_exit_pressed"]