FunGame-Godot/resources/ui/SavedSelection.tscn
2025-04-14 21:54:29 +08:00

167 lines
4.9 KiB
Plaintext

[gd_scene load_steps=9 format=3 uid="uid://b25umg4d0y13"]
[ext_resource type="Script" uid="uid://djcq2jgoaism" path="res://scripts/SavedSelection/SavedSelection.cs" id="1_3af8h"]
[ext_resource type="FontFile" uid="uid://ch6s7n1ri81gt" path="res://assets/fonts/思源宋体.TTF" id="1_h4xw3"]
[ext_resource type="PackedScene" uid="uid://bds4gw3kdxsa1" path="res://resources/ui/SavedNode.tscn" id="2_pb2kw"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ub0h0"]
bg_color = Color(1, 1, 1, 0.470588)
shadow_color = Color(0.917647, 0.521569, 0.639216, 0.470588)
shadow_size = 5
[sub_resource type="Animation" id="Animation_keguw"]
length = 0.001
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath(".:position")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Vector2(0, -936)]
}
[sub_resource type="Animation" id="Animation_02gau"]
resource_name = "flyin"
length = 0.3
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath(".:position")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 0.3),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [Vector2(0, -936), Vector2(0, 0)]
}
[sub_resource type="Animation" id="Animation_d4ukt"]
resource_name = "flyout"
length = 0.3
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath(".:position")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0, 0.3),
"transitions": PackedFloat32Array(1, 1),
"update": 0,
"values": [Vector2(0, 0), Vector2(0, -936)]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_p1rrd"]
_data = {
&"RESET": SubResource("Animation_keguw"),
&"flyin": SubResource("Animation_02gau"),
&"flyout": SubResource("Animation_d4ukt")
}
[node name="SavedSelection" type="CanvasLayer"]
script = ExtResource("1_3af8h")
[node name="ColorRect" type="ColorRect" parent="."]
offset_right = 1280.0
offset_bottom = 720.0
color = Color(1, 1, 1, 0)
metadata/_edit_lock_ = true
[node name="Label" type="Label" parent="ColorRect"]
layout_mode = 0
offset_left = 128.0
offset_right = 1152.0
offset_bottom = 92.0
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
theme_override_constants/shadow_outline_size = 3
theme_override_fonts/font = ExtResource("1_h4xw3")
theme_override_font_sizes/font_size = 56
text = "选择一个存档"
horizontal_alignment = 1
vertical_alignment = 1
metadata/_edit_lock_ = true
[node name="Panel" type="Panel" parent="ColorRect"]
layout_mode = 0
offset_left = 128.0
offset_top = 92.0
offset_right = 1152.0
offset_bottom = 704.0
theme_override_styles/panel = SubResource("StyleBoxFlat_ub0h0")
metadata/_edit_lock_ = true
[node name="ScrollContainer" type="ScrollContainer" parent="ColorRect"]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -512.0
offset_top = -268.0
offset_right = 524.0
offset_bottom = 343.0
grow_horizontal = 2
grow_vertical = 2
metadata/_edit_lock_ = true
[node name="VBoxContainer" type="VBoxContainer" parent="ColorRect/ScrollContainer"]
clip_contents = true
custom_minimum_size = Vector2(1024, 576)
layout_mode = 2
metadata/_edit_lock_ = true
[node name="AutoSavedNode" parent="ColorRect/ScrollContainer/VBoxContainer" instance=ExtResource("2_pb2kw")]
layout_mode = 2
Index = 0
IsAuto = true
[node name="SavedNode1" parent="ColorRect/ScrollContainer/VBoxContainer" instance=ExtResource("2_pb2kw")]
layout_mode = 2
[node name="SavedNode2" parent="ColorRect/ScrollContainer/VBoxContainer" instance=ExtResource("2_pb2kw")]
layout_mode = 2
Index = 2
[node name="SavedNode3" parent="ColorRect/ScrollContainer/VBoxContainer" instance=ExtResource("2_pb2kw")]
layout_mode = 2
Index = 3
[node name="SavedNode4" parent="ColorRect/ScrollContainer/VBoxContainer" instance=ExtResource("2_pb2kw")]
layout_mode = 2
Index = 4
[node name="SavedNode5" parent="ColorRect/ScrollContainer/VBoxContainer" instance=ExtResource("2_pb2kw")]
layout_mode = 2
Index = 5
[node name="SavedNode6" parent="ColorRect/ScrollContainer/VBoxContainer" instance=ExtResource("2_pb2kw")]
layout_mode = 2
Index = 6
[node name="SavedNode7" parent="ColorRect/ScrollContainer/VBoxContainer" instance=ExtResource("2_pb2kw")]
layout_mode = 2
Index = 7
[node name="SavedNode8" parent="ColorRect/ScrollContainer/VBoxContainer" instance=ExtResource("2_pb2kw")]
layout_mode = 2
Index = 8
[node name="SavedNode9" parent="ColorRect/ScrollContainer/VBoxContainer" instance=ExtResource("2_pb2kw")]
layout_mode = 2
Index = 9
[node name="SavedNode10" parent="ColorRect/ScrollContainer/VBoxContainer" instance=ExtResource("2_pb2kw")]
layout_mode = 2
Index = 10
[node name="AnimationPlayer" type="AnimationPlayer" parent="ColorRect"]
libraries = {
&"": SubResource("AnimationLibrary_p1rrd")
}