Files
owniverse/UI/ItemButton/item_button.tscn
T

33 lines
1.0 KiB
Plaintext
Raw Normal View History

2026-03-30 00:48:20 +03:00
[gd_scene format=3 uid="uid://d3xjfxwe3w16v"]
[ext_resource type="Script" uid="uid://bxxllddlgurus" path="res://UI/ItemButton/item_button.gd" id="1_e6ro1"]
[ext_resource type="Texture2D" uid="uid://56w57w6iu3np" path="res://UI/ItemButton/Selected.png" id="2_eurq3"]
[node name="Button" type="Control" unique_id=667620208]
layout_mode = 3
anchors_preset = 0
offset_right = 216.0
offset_bottom = 260.0
script = ExtResource("1_e6ro1")
[node name="TextureButton" type="TextureButton" parent="." unique_id=1377839155]
custom_minimum_size = Vector2(216, 216)
layout_mode = 0
offset_right = 216.0
offset_bottom = 216.0
[node name="Description" type="Label" parent="." unique_id=1488477178]
custom_minimum_size = Vector2(216, 40)
layout_mode = 0
offset_top = 220.0
offset_right = 216.0
offset_bottom = 260.0
[node name="Selection" type="TextureRect" parent="." unique_id=674793134]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = ExtResource("2_eurq3")
[connection signal="button_up" from="TextureButton" to="." method="_on_button_up"]