2026-03-30 00:48:20 +03:00
|
|
|
[gd_scene format=3 uid="uid://d3xjfxwe3w16v"]
|
|
|
|
|
|
2026-08-20 20:09:14 +03:00
|
|
|
[ext_resource type="Script" uid="uid://bxxllddlgurus" path="res://ui/owniverse_item/owniverse_item.gd" id="1_d5xam"]
|
2026-08-20 22:58:24 +03:00
|
|
|
[ext_resource type="Texture2D" path="res://ui/owniverse_item/selected.png" id="2_pbv1j"]
|
2026-03-30 00:48:20 +03:00
|
|
|
|
|
|
|
|
[node name="Button" type="Control" unique_id=667620208]
|
2026-05-05 23:49:12 +03:00
|
|
|
visible = false
|
2026-03-30 00:48:20 +03:00
|
|
|
layout_mode = 3
|
|
|
|
|
anchors_preset = 0
|
|
|
|
|
offset_right = 216.0
|
|
|
|
|
offset_bottom = 260.0
|
2026-05-05 23:49:12 +03:00
|
|
|
mouse_filter = 1
|
2026-08-19 22:42:04 +03:00
|
|
|
script = ExtResource("1_d5xam")
|
2026-03-30 00:48:20 +03:00
|
|
|
|
2026-05-05 23:49:12 +03:00
|
|
|
[node name="Selection" type="TextureRect" parent="." unique_id=674793134]
|
|
|
|
|
visible = false
|
|
|
|
|
layout_mode = 0
|
|
|
|
|
offset_right = 216.0
|
|
|
|
|
offset_bottom = 216.0
|
|
|
|
|
mouse_filter = 2
|
2026-08-19 22:42:04 +03:00
|
|
|
texture = ExtResource("2_pbv1j")
|
2026-05-05 23:49:12 +03:00
|
|
|
|
2026-03-30 00:48:20 +03:00
|
|
|
[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
|
2026-05-05 23:49:12 +03:00
|
|
|
theme_override_font_sizes/font_size = 31
|
|
|
|
|
horizontal_alignment = 1
|
2026-03-30 00:48:20 +03:00
|
|
|
|
2026-05-05 23:49:12 +03:00
|
|
|
[connection signal="pressed" from="TextureButton" to="." method="_on_button_up"]
|