2026-01-14 19:00:40 +11:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://cqqpf7fca5nk1"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://5uka1h3vmcg4" path="res://inv_system/sell_panel.gd" id="1_ut1o0"]
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://dgqs20xf7l8c" path="res://inv_system/item_slot.tscn" id="2_p0fcq"]
|
|
|
|
|
|
|
|
|
|
[node name="SellPanel" type="PanelContainer" node_paths=PackedStringArray("sell_label", "sell_button", "slots", "grid", "inv_label")]
|
|
|
|
|
offset_left = 51.0
|
|
|
|
|
offset_top = 67.0
|
|
|
|
|
offset_right = 403.0
|
|
|
|
|
offset_bottom = 205.0
|
|
|
|
|
script = ExtResource("1_ut1o0")
|
|
|
|
|
sell_label = NodePath("MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer/Label2")
|
|
|
|
|
sell_button = NodePath("MarginContainer/VBoxContainer/SellButton")
|
|
|
|
|
inventory_name = "Sell Items"
|
|
|
|
|
slots = [NodePath("MarginContainer/VBoxContainer/HBoxContainer/GridContainer/ItemSlot")]
|
|
|
|
|
type = "Sell"
|
|
|
|
|
grid = NodePath("MarginContainer/VBoxContainer/HBoxContainer/GridContainer")
|
|
|
|
|
inv_label = NodePath("MarginContainer/VBoxContainer/Label")
|
|
|
|
|
|
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
theme_override_constants/margin_left = 5
|
|
|
|
|
theme_override_constants/margin_top = 5
|
|
|
|
|
theme_override_constants/margin_right = 5
|
|
|
|
|
theme_override_constants/margin_bottom = 5
|
|
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "Inventory 1"
|
|
|
|
|
|
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="ItemSlot" parent="MarginContainer/VBoxContainer/HBoxContainer/GridContainer" instance=ExtResource("2_p0fcq")]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
alignment = 1
|
|
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "Sell value:"
|
|
|
|
|
|
|
|
|
|
[node name="Label2" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
text = "1234"
|
|
|
|
|
|
|
|
|
|
[node name="SellButton" type="Button" parent="MarginContainer/VBoxContainer"]
|
|
|
|
|
layout_mode = 2
|
2026-01-23 15:38:28 +11:00
|
|
|
text = "Sell! (Uses 10 time)"
|
2026-01-14 19:00:40 +11:00
|
|
|
|
|
|
|
|
[connection signal="pressed" from="MarginContainer/VBoxContainer/SellButton" to="." method="_on_sell_button_pressed"]
|