[gd_scene load_steps=6 format=3 uid="uid://dcr25y1lw4wjp"] [ext_resource type="Script" uid="uid://dybecq130mxhn" path="res://scenes/ui/inventory/inventory.gd" id="1_s6ek7"] [ext_resource type="Resource" uid="uid://blfp6tiir282o" path="res://resources/inventory/player_inventory_testing.tres" id="2_pefhr"] [ext_resource type="PackedScene" uid="uid://boueuk2hnfvg" path="res://scenes/ui/inventory/item_rect.tscn" id="3_xeaml"] [ext_resource type="StyleBox" uid="uid://dlaswvta2mvim" path="res://resources/inventory/quickslot-panel-highlight-stylebox.tres" id="4_8ndef"] [ext_resource type="Resource" uid="uid://b50yyok6ddux4" path="res://resources/blocks/005_grass.tres" id="4_lobmi"] [node name="Inventory" type="Control" node_paths=PackedStringArray("grid_container")] process_mode = 3 custom_minimum_size = Vector2(860, 400) layout_mode = 3 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -410.0 offset_top = -200.0 offset_right = 410.0 offset_bottom = 200.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_s6ek7") inventory_resource = ExtResource("2_pefhr") item_rect_scene = ExtResource("3_xeaml") grid_container = NodePath("Background/MarginContainer/VBoxContainer/GridContainer") highlight_theme = ExtResource("4_8ndef") [node name="Background" type="Panel" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="MarginContainer" type="MarginContainer" parent="Background"] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 theme_override_constants/margin_left = 20 theme_override_constants/margin_top = 20 theme_override_constants/margin_right = 20 theme_override_constants/margin_bottom = 20 [node name="VBoxContainer" type="VBoxContainer" parent="Background/MarginContainer"] layout_mode = 2 [node name="Label" type="Label" parent="Background/MarginContainer/VBoxContainer"] layout_mode = 2 theme_type_variation = &"HeaderLarge" text = "Inventory" [node name="GridContainer" type="GridContainer" parent="Background/MarginContainer/VBoxContainer"] layout_mode = 2 size_flags_vertical = 3 theme_override_constants/h_separation = 20 theme_override_constants/v_separation = 20 columns = 10 [node name="ItemRect" parent="Background/MarginContainer/VBoxContainer/GridContainer" instance=ExtResource("3_xeaml")] layout_mode = 2 item_resource = ExtResource("4_lobmi") [node name="ItemRect2" parent="Background/MarginContainer/VBoxContainer/GridContainer" instance=ExtResource("3_xeaml")] layout_mode = 2 item_resource = ExtResource("4_lobmi")