Inventory context

This commit is contained in:
Rendo 2025-10-16 22:05:24 +05:00
commit fed57e38df
17 changed files with 128 additions and 108 deletions

View file

@ -0,0 +1,17 @@
[gd_scene load_steps=2 format=3 uid="uid://dwq8u8ptmcegk"]
[ext_resource type="Script" uid="uid://db37xmo8ygwhg" path="res://scripts/gui/construction_button.gd" id="1_unpdg"]
[node name="ConstructionButton" type="AspectRatioContainer"]
offset_right = 12.0
offset_bottom = 9.0
size_flags_horizontal = 3
size_flags_vertical = 3
theme_type_variation = &"CRT"
[node name="Button" type="Button" parent="."]
layout_mode = 2
theme_type_variation = &"CRT"
icon_alignment = 1
expand_icon = true
script = ExtResource("1_unpdg")