2023-03-05 12:44:53 +00:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://duq208khfvm2t"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://UI/Components/InstallItem.gd" id="1_sh2ev"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://de57eeeobflp4" path="res://icon.svg" id="1_wwvlr"]
|
|
|
|
|
|
|
|
[node name="InstallItem" type="HBoxContainer"]
|
|
|
|
offset_right = 299.0
|
|
|
|
offset_bottom = 32.0
|
|
|
|
script = ExtResource("1_sh2ev")
|
|
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
|
|
|
|
[node name="Indent" type="MarginContainer" parent="."]
|
2023-05-27 01:51:08 +00:00
|
|
|
custom_minimum_size = Vector2(30, 0)
|
2023-03-05 12:44:53 +00:00
|
|
|
layout_mode = 2
|
|
|
|
theme_override_constants/margin_left = 6
|
|
|
|
|
|
|
|
[node name="ItemIcon" type="TextureRect" parent="."]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
visible = false
|
|
|
|
layout_mode = 2
|
|
|
|
texture = ExtResource("1_wwvlr")
|
|
|
|
expand_mode = 2
|
|
|
|
|
|
|
|
[node name="NameLabel" type="Label" parent="."]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
mouse_filter = 1
|
|
|
|
vertical_alignment = 1
|
2023-05-25 11:30:21 +00:00
|
|
|
clip_text = true
|
2023-03-05 12:44:53 +00:00
|
|
|
|
|
|
|
[node name="EditItemButton" type="Button" parent="."]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
2023-05-27 01:51:08 +00:00
|
|
|
tooltip_text = "Edit"
|
2023-03-05 12:44:53 +00:00
|
|
|
text = "E"
|
|
|
|
|
|
|
|
[node name="DeleteItemButton" type="Button" parent="."]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
2023-05-27 01:51:08 +00:00
|
|
|
tooltip_text = "Delete"
|
2023-03-05 12:44:53 +00:00
|
|
|
text = "X"
|
|
|
|
|
|
|
|
[node name="LaunchItemButton" type="Button" parent="."]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
2023-05-25 22:41:48 +00:00
|
|
|
tooltip_text = "Launch"
|
2023-05-27 01:51:08 +00:00
|
|
|
text = "Launch"
|
2023-03-05 12:44:53 +00:00
|
|
|
|
|
|
|
[node name="Indent2" type="MarginContainer" parent="."]
|
|
|
|
layout_mode = 2
|
|
|
|
theme_override_constants/margin_left = 6
|