Inventory context
This commit is contained in:
parent
d413c211b5
commit
fed57e38df
17 changed files with 128 additions and 108 deletions
17
scenes/gui/construction_button.tscn
Normal file
17
scenes/gui/construction_button.tscn
Normal 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")
|
Loading…
Add table
Add a link
Reference in a new issue