2024-10-11 18:40:40 +02:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://d32knq78wbi2x"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://ui/game_profile_item.gd" id="1_8k5yn"]
|
|
|
|
|
2024-11-16 21:53:14 +01:00
|
|
|
[node name="GameSelectionItem" type="MarginContainer"]
|
|
|
|
offset_right = 201.0
|
|
|
|
offset_bottom = 38.0
|
2024-11-16 22:05:49 +01:00
|
|
|
size_flags_horizontal = 3
|
2024-11-16 21:53:14 +01:00
|
|
|
theme_override_constants/margin_right = 12
|
2024-10-11 18:40:40 +02:00
|
|
|
script = ExtResource("1_8k5yn")
|
|
|
|
|
2024-11-16 21:53:14 +01:00
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
|
|
layout_mode = 2
|
2024-11-16 22:05:49 +01:00
|
|
|
alignment = 1
|
2024-11-16 21:53:14 +01:00
|
|
|
|
|
|
|
[node name="NameLabel" type="Label" parent="HBoxContainer"]
|
2024-10-11 18:40:40 +02:00
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
text = "NameLabel
|
|
|
|
"
|
|
|
|
|
2024-11-16 21:53:14 +01:00
|
|
|
[node name="Control" type="Control" parent="HBoxContainer"]
|
2024-10-11 18:40:40 +02:00
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
2024-11-16 21:53:14 +01:00
|
|
|
[node name="StartButton" type="Button" parent="HBoxContainer"]
|
2024-10-11 18:40:40 +02:00
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
text = ">"
|
2024-11-16 21:40:22 +01:00
|
|
|
|
2024-11-16 21:53:14 +01:00
|
|
|
[node name="DeleteButton" type="Button" parent="HBoxContainer"]
|
2024-11-16 21:40:22 +01:00
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
text = "x"
|