RingOfRaces/MiscScenes/Inventory.tscn

426 lines
11 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=5 format=2]
[ext_resource path="res://pictures/gui/backgrounds/inventory/inventory_background.png" type="Texture" id=1]
[ext_resource path="res://pictures/gui/backgrounds/inventory/item_slot.png" type="Texture" id=2]
[ext_resource path="res://MiscCodes/Slot.gd" type="Script" id=3]
[sub_resource type="StyleBoxTexture" id=1]
texture = ExtResource( 2 )
region_rect = Rect2( 0, 0, 72, 72 )
[node name="Inventory" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Background" type="TextureRect" parent="."]
margin_right = 1234.0
margin_bottom = 600.0
texture = ExtResource( 1 )
expand = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="GridContainer" type="GridContainer" parent="."]
margin_left = 30.0
margin_right = 1228.0
margin_bottom = 656.0
columns = 9
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Slot1" type="Panel" parent="GridContainer"]
margin_right = 128.0
margin_bottom = 128.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot2" type="Panel" parent="GridContainer"]
margin_left = 132.0
margin_right = 260.0
margin_bottom = 128.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot3" type="Panel" parent="GridContainer"]
margin_left = 264.0
margin_right = 392.0
margin_bottom = 128.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot4" type="Panel" parent="GridContainer"]
margin_left = 396.0
margin_right = 524.0
margin_bottom = 128.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot5" type="Panel" parent="GridContainer"]
margin_left = 528.0
margin_right = 656.0
margin_bottom = 128.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot6" type="Panel" parent="GridContainer"]
margin_left = 660.0
margin_right = 788.0
margin_bottom = 128.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot7" type="Panel" parent="GridContainer"]
margin_left = 792.0
margin_right = 920.0
margin_bottom = 128.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot8" type="Panel" parent="GridContainer"]
margin_left = 924.0
margin_right = 1052.0
margin_bottom = 128.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot9" type="Panel" parent="GridContainer"]
margin_left = 1056.0
margin_right = 1184.0
margin_bottom = 128.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot10" type="Panel" parent="GridContainer"]
margin_top = 132.0
margin_right = 128.0
margin_bottom = 260.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot11" type="Panel" parent="GridContainer"]
margin_left = 132.0
margin_top = 132.0
margin_right = 260.0
margin_bottom = 260.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot12" type="Panel" parent="GridContainer"]
margin_left = 264.0
margin_top = 132.0
margin_right = 392.0
margin_bottom = 260.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot13" type="Panel" parent="GridContainer"]
margin_left = 396.0
margin_top = 132.0
margin_right = 524.0
margin_bottom = 260.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot14" type="Panel" parent="GridContainer"]
margin_left = 528.0
margin_top = 132.0
margin_right = 656.0
margin_bottom = 260.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot15" type="Panel" parent="GridContainer"]
margin_left = 660.0
margin_top = 132.0
margin_right = 788.0
margin_bottom = 260.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot16" type="Panel" parent="GridContainer"]
margin_left = 792.0
margin_top = 132.0
margin_right = 920.0
margin_bottom = 260.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot17" type="Panel" parent="GridContainer"]
margin_left = 924.0
margin_top = 132.0
margin_right = 1052.0
margin_bottom = 260.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot18" type="Panel" parent="GridContainer"]
margin_left = 1056.0
margin_top = 132.0
margin_right = 1184.0
margin_bottom = 260.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot19" type="Panel" parent="GridContainer"]
margin_top = 264.0
margin_right = 128.0
margin_bottom = 392.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot20" type="Panel" parent="GridContainer"]
margin_left = 132.0
margin_top = 264.0
margin_right = 260.0
margin_bottom = 392.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot21" type="Panel" parent="GridContainer"]
margin_left = 264.0
margin_top = 264.0
margin_right = 392.0
margin_bottom = 392.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot22" type="Panel" parent="GridContainer"]
margin_left = 396.0
margin_top = 264.0
margin_right = 524.0
margin_bottom = 392.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot23" type="Panel" parent="GridContainer"]
margin_left = 528.0
margin_top = 264.0
margin_right = 656.0
margin_bottom = 392.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot24" type="Panel" parent="GridContainer"]
margin_left = 660.0
margin_top = 264.0
margin_right = 788.0
margin_bottom = 392.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot25" type="Panel" parent="GridContainer"]
margin_left = 792.0
margin_top = 264.0
margin_right = 920.0
margin_bottom = 392.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot26" type="Panel" parent="GridContainer"]
margin_left = 924.0
margin_top = 264.0
margin_right = 1052.0
margin_bottom = 392.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot27" type="Panel" parent="GridContainer"]
margin_left = 1056.0
margin_top = 264.0
margin_right = 1184.0
margin_bottom = 392.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot28" type="Panel" parent="GridContainer"]
margin_top = 396.0
margin_right = 128.0
margin_bottom = 524.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot29" type="Panel" parent="GridContainer"]
margin_left = 132.0
margin_top = 396.0
margin_right = 260.0
margin_bottom = 524.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot30" type="Panel" parent="GridContainer"]
margin_left = 264.0
margin_top = 396.0
margin_right = 392.0
margin_bottom = 524.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot31" type="Panel" parent="GridContainer"]
margin_left = 396.0
margin_top = 396.0
margin_right = 524.0
margin_bottom = 524.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot32" type="Panel" parent="GridContainer"]
margin_left = 528.0
margin_top = 396.0
margin_right = 656.0
margin_bottom = 524.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot33" type="Panel" parent="GridContainer"]
margin_left = 660.0
margin_top = 396.0
margin_right = 788.0
margin_bottom = 524.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot34" type="Panel" parent="GridContainer"]
margin_left = 792.0
margin_top = 396.0
margin_right = 920.0
margin_bottom = 524.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot35" type="Panel" parent="GridContainer"]
margin_left = 924.0
margin_top = 396.0
margin_right = 1052.0
margin_bottom = 524.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot36" type="Panel" parent="GridContainer"]
margin_left = 1056.0
margin_top = 396.0
margin_right = 1184.0
margin_bottom = 524.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot37" type="Panel" parent="GridContainer"]
margin_top = 528.0
margin_right = 128.0
margin_bottom = 656.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot38" type="Panel" parent="GridContainer"]
margin_left = 132.0
margin_top = 528.0
margin_right = 260.0
margin_bottom = 656.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot39" type="Panel" parent="GridContainer"]
margin_left = 264.0
margin_top = 528.0
margin_right = 392.0
margin_bottom = 656.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot40" type="Panel" parent="GridContainer"]
margin_left = 396.0
margin_top = 528.0
margin_right = 524.0
margin_bottom = 656.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot41" type="Panel" parent="GridContainer"]
margin_left = 528.0
margin_top = 528.0
margin_right = 656.0
margin_bottom = 656.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot42" type="Panel" parent="GridContainer"]
margin_left = 660.0
margin_top = 528.0
margin_right = 788.0
margin_bottom = 656.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot43" type="Panel" parent="GridContainer"]
margin_left = 792.0
margin_top = 528.0
margin_right = 920.0
margin_bottom = 656.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot44" type="Panel" parent="GridContainer"]
margin_left = 924.0
margin_top = 528.0
margin_right = 1052.0
margin_bottom = 656.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
[node name="Slot45" type="Panel" parent="GridContainer"]
margin_left = 1056.0
margin_top = 528.0
margin_right = 1184.0
margin_bottom = 656.0
rect_min_size = Vector2( 128, 128 )
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )