[gd_scene load_steps=5 format=3 uid="uid://bds4gw3kdxsa1"] [ext_resource type="LabelSettings" uid="uid://b3h4w1jmyijkt" path="res://resources/themes/Label.tres" id="1_ckjip"] [ext_resource type="Theme" uid="uid://bs3813xiv8ivn" path="res://resources/themes/panel.tres" id="1_yor01"] [ext_resource type="Script" uid="uid://yb8nssj7d04f" path="res://scripts/SavedSelection/SavedNode.cs" id="2_fj806"] [ext_resource type="Theme" uid="uid://d0pi6io7y7tky" path="res://resources/themes/dialog.tres" id="4_bsuih"] [node name="SavedNode" type="PanelContainer" node_paths=PackedStringArray("Button", "SaveDialog", "LoadDialog", "SavedName", "SavedTime", "ChapterInGame", "AreaInGame")] anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -316.0 offset_top = -45.5 offset_right = 316.0 offset_bottom = 45.5 grow_horizontal = 2 grow_vertical = 2 size_flags_horizontal = 3 size_flags_vertical = 3 theme = ExtResource("1_yor01") script = ExtResource("2_fj806") Button = NodePath("Button") SaveDialog = NodePath("Save?") LoadDialog = NodePath("Load?") SavedName = NodePath("MarginContainer/SavedName") SavedTime = NodePath("MarginContainer/SavedTime") ChapterInGame = NodePath("MarginContainer/ChapterInGame") AreaInGame = NodePath("MarginContainer/AreaInGame") [node name="MarginContainer" type="GridContainer" parent="."] layout_mode = 2 theme = ExtResource("1_yor01") columns = 2 [node name="SavedName" type="Label" parent="MarginContainer"] layout_mode = 2 size_flags_horizontal = 3 text = "存档名" label_settings = ExtResource("1_ckjip") vertical_alignment = 1 [node name="SavedTime" type="Label" parent="MarginContainer"] layout_mode = 2 text = "保存时间:2025年2月23日19:57:27" label_settings = ExtResource("1_ckjip") vertical_alignment = 1 [node name="ChapterInGame" type="Label" parent="MarginContainer"] layout_mode = 2 text = "章节" label_settings = ExtResource("1_ckjip") vertical_alignment = 1 [node name="AreaInGame" type="Label" parent="MarginContainer"] layout_mode = 2 text = "存档地点" label_settings = ExtResource("1_ckjip") vertical_alignment = 1 [node name="Button" type="Button" parent="."] layout_mode = 2 flat = true [node name="Load?" type="ConfirmationDialog" parent="."] title = "加载存档" theme = ExtResource("4_bsuih") ok_button_text = "是" dialog_text = "加载这个存档?" cancel_button_text = "否" [node name="Save?" type="ConfirmationDialog" parent="."] auto_translate_mode = 1 title = "保存存档" theme = ExtResource("4_bsuih") ok_button_text = "是" dialog_text = "保存到这个位置吗?" cancel_button_text = "否"