56 lines
2.0 KiB
Plaintext
56 lines
2.0 KiB
Plaintext
[gd_scene format=3 uid="uid://d1fw0ofrshjir"]
|
|
|
|
[ext_resource type="Script" uid="uid://b3kck4qod545u" path="res://src/UI/Panels/SaveSlot.gd" id="1_gsy4a"]
|
|
[ext_resource type="LabelSettings" uid="uid://bn06sljdiloor" path="res://resources/save_menu_label_settings.tres" id="2_lm8et"]
|
|
[ext_resource type="Theme" uid="uid://btnjeju2d47x8" path="res://resources/save_menu_button_theme.tres" id="2_m8lv8"]
|
|
|
|
[node name="SaveSlot" type="PanelContainer" unique_id=270996818]
|
|
anchors_preset = 10
|
|
anchor_right = 1.0
|
|
offset_bottom = 50.0
|
|
grow_horizontal = 2
|
|
custom_minimum_size = Vector2(0, 50)
|
|
size_flags_horizontal = 3
|
|
script = ExtResource("1_gsy4a")
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=1394744552]
|
|
layout_mode = 2
|
|
|
|
[node name="SlotIndexLabel" type="Label" parent="HBoxContainer" unique_id=1779842797]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 1
|
|
label_settings = ExtResource("2_lm8et")
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer" unique_id=1166688104]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_stretch_ratio = 15.0
|
|
|
|
[node name="SaveNameLabel" type="Label" parent="HBoxContainer/VBoxContainer" unique_id=391910928]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="SaveSlotInfo" type="Label" parent="HBoxContainer/VBoxContainer" unique_id=125642674]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="ButtonDelete" type="Button" parent="HBoxContainer" unique_id=250829961]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme = ExtResource("2_m8lv8")
|
|
text = "删除"
|
|
|
|
[node name="ButtonLoad" type="Button" parent="HBoxContainer" unique_id=1197277104]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme = ExtResource("2_m8lv8")
|
|
text = "▶"
|
|
|
|
[connection signal="button_up" from="HBoxContainer/ButtonDelete" to="." method="_on_button_delete_button_up"]
|
|
[connection signal="button_up" from="HBoxContainer/ButtonLoad" to="." method="_on_button_load_button_up"]
|