[gd_scene format=3 uid="uid://b3hoq5yyocp4m"] [ext_resource type="Script" uid="uid://bi411jclukc8q" path="res://scripts/construct_inventory.gd" id="1_ui0tw"] [node name="Inventory" type="Control" unique_id=228567293 groups=["inventory"]] process_mode = 3 visible = false layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_ui0tw") [node name="Panel" type="Panel" parent="." unique_id=2001678979] layout_mode = 0 offset_right = 1922.0 offset_bottom = 796.0 [node name="Label" type="Label" parent="." unique_id=2060229052] layout_mode = 1 anchors_preset = 5 anchor_left = 0.5 anchor_right = 0.5 offset_left = -260.0 offset_right = 260.0 offset_bottom = 137.0 grow_horizontal = 2 theme_override_font_sizes/font_size = 100 text = "Constructs" [node name="FlagButton" type="Button" parent="." unique_id=995104502] visible = false layout_mode = 0 offset_left = 1239.0 offset_top = 342.0 offset_right = 1659.0 offset_bottom = 502.0 theme_override_font_sizes/font_size = 75 text = "Flag" [node name="SlotLabel" type="Label" parent="FlagButton" unique_id=1771062169] layout_mode = 0 offset_left = 4.0 offset_right = 46.0 offset_bottom = 69.0 theme_override_font_sizes/font_size = 35 [node name="FlashlightButton" type="Button" parent="." unique_id=270601862] visible = false layout_mode = 0 offset_left = 774.0 offset_top = 346.0 offset_right = 1194.0 offset_bottom = 506.0 theme_override_font_sizes/font_size = 75 text = "Flashlight" [node name="SlotLabel" type="Label" parent="FlashlightButton" unique_id=707403763] layout_mode = 0 offset_left = 4.0 offset_right = 46.0 offset_bottom = 69.0 theme_override_font_sizes/font_size = 50 [node name="LightButton" type="Button" parent="." unique_id=188679358] visible = false layout_mode = 0 offset_left = 1001.0 offset_top = 154.0 offset_right = 1421.0 offset_bottom = 314.0 theme_override_font_sizes/font_size = 75 text = "Light" [node name="SlotLabel" type="Label" parent="LightButton" unique_id=1686650886] layout_mode = 0 offset_left = 4.0 offset_right = 46.0 offset_bottom = 69.0 theme_override_font_sizes/font_size = 35 [node name="HammerButton" type="Button" parent="." unique_id=1815856202] visible = false layout_mode = 0 offset_left = 302.0 offset_top = 354.0 offset_right = 722.0 offset_bottom = 514.0 theme_override_font_sizes/font_size = 75 text = "Hammer" [node name="SlotLabel" type="Label" parent="HammerButton" unique_id=992739447] layout_mode = 0 offset_left = 4.0 offset_right = 46.0 offset_bottom = 69.0 theme_override_font_sizes/font_size = 35 [node name="StickButton" type="Button" parent="." unique_id=1809155062] process_mode = 3 visible = false layout_mode = 0 offset_left = 63.0 offset_top = 159.0 offset_right = 483.0 offset_bottom = 319.0 theme_override_font_sizes/font_size = 75 text = "Stick" [node name="SlotLabel" type="Label" parent="StickButton" unique_id=560494990] layout_mode = 0 offset_left = 4.0 offset_right = 46.0 offset_bottom = 69.0 theme_override_font_sizes/font_size = 35 [node name="TimeButton" type="Button" parent="." unique_id=683514145] visible = false layout_mode = 0 offset_left = 1451.0 offset_top = 154.0 offset_right = 1871.0 offset_bottom = 314.0 theme_override_font_sizes/font_size = 75 text = "Time " [node name="SlotLabel" type="Label" parent="TimeButton" unique_id=1305415068] layout_mode = 0 offset_left = 4.0 offset_right = 46.0 offset_bottom = 69.0 theme_override_font_sizes/font_size = 35 [node name="WeightButton" type="Button" parent="." unique_id=681742636] process_mode = 3 visible = false layout_mode = 0 offset_left = 539.0 offset_top = 161.0 offset_right = 959.0 offset_bottom = 321.0 theme_override_font_sizes/font_size = 75 text = "Weight " [node name="SlotLabel" type="Label" parent="WeightButton" unique_id=1855205908] layout_mode = 0 offset_left = 4.0 offset_right = 46.0 offset_bottom = 69.0 theme_override_font_sizes/font_size = 35 [connection signal="pressed" from="FlagButton" to="." method="_on_flag_button_pressed"] [connection signal="pressed" from="FlashlightButton" to="." method="_on_flashlight_button_pressed"] [connection signal="pressed" from="LightButton" to="." method="_on_light_button_pressed"] [connection signal="pressed" from="HammerButton" to="." method="_on_hammer_button_pressed"] [connection signal="pressed" from="StickButton" to="." method="_on_stick_button_pressed"] [connection signal="pressed" from="TimeButton" to="." method="_on_time_button_pressed"] [connection signal="pressed" from="WeightButton" to="." method="_on_weight_button_pressed"]