19 lines
742 B
Plaintext
19 lines
742 B
Plaintext
|
|
[gd_scene format=3 uid="uid://d3xjfxwe3w16v"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://bxxllddlgurus" path="res://UI/Buttons/item_button.gd" id="1_e6ro1"]
|
||
|
|
|
||
|
|
[node name="Button" type="VBoxContainer" unique_id=1538731567 node_paths=PackedStringArray("Texture_button", "Description")]
|
||
|
|
script = ExtResource("1_e6ro1")
|
||
|
|
Texture_button = NodePath("TextureButton")
|
||
|
|
Description = NodePath("Description")
|
||
|
|
|
||
|
|
[node name="TextureButton" type="TextureButton" parent="." unique_id=1377839155]
|
||
|
|
custom_minimum_size = Vector2(216, 216)
|
||
|
|
layout_mode = 2
|
||
|
|
|
||
|
|
[node name="Description" type="Label" parent="." unique_id=1488477178]
|
||
|
|
custom_minimum_size = Vector2(216, 40)
|
||
|
|
layout_mode = 2
|
||
|
|
|
||
|
|
[connection signal="button_up" from="TextureButton" to="." method="_on_button_up"]
|