challenge-editor/scene/save_and_load.tscn
2024-10-04 18:08:33 +08:00

98 lines
3.1 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[gd_scene load_steps=8 format=3 uid="uid://ln0ri824gh2c"]
[ext_resource type="Texture2D" uid="uid://cuvwrwhll8tk6" path="res://res/ui/ui_024_save_and_load/tuceng457.png" id="1_0vq46"]
[ext_resource type="Script" path="res://scene/save_and_load.gd" id="1_db4b7"]
[ext_resource type="Texture2D" uid="uid://6gaiu7avwkot" path="res://res/ui/ui_024_save_and_load/tuceng341.png" id="2_q3e74"]
[ext_resource type="PackedScene" uid="uid://3gy704lvqpgt" path="res://scene/save_and_load_mono.tscn" id="3_exjxy"]
[ext_resource type="Texture2D" uid="uid://dmg8l7qw8qrum" path="res://res/ui/ui_024_save_and_load/tuceng338.png" id="3_nty4b"]
[ext_resource type="PackedScene" uid="uid://bdlo2wn4qnygv" path="res://scene/tool/tool_button.tscn" id="4_ohaxm"]
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_s358g"]
texture = ExtResource("2_q3e74")
texture_margin_left = 9.0
texture_margin_top = 9.0
texture_margin_right = 8.78316
texture_margin_bottom = 9.0
[node name="save_and_load" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_db4b7")
[node name="back" type="TextureRect" parent="."]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("1_0vq46")
expand_mode = 1
stretch_mode = 6
[node name="Panel" type="Panel" parent="."]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.316406
anchor_top = 0.0388889
anchor_right = 0.683594
anchor_bottom = 0.961111
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxTexture_s358g")
metadata/_edit_use_anchors_ = true
[node name="ScrollContainer" type="ScrollContainer" parent="Panel"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
horizontal_scroll_mode = 0
[node name="mono_add_pos" type="VBoxContainer" parent="Panel/ScrollContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 0
[node name="save_and_load_mono" parent="Panel/ScrollContainer/mono_add_pos" instance=ExtResource("3_exjxy")]
layout_mode = 2
[node name="save_and_load_mono2" parent="Panel/ScrollContainer/mono_add_pos" instance=ExtResource("3_exjxy")]
layout_mode = 2
[node name="TextureRect" type="TextureRect" parent="."]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.701
anchor_top = 0.039
anchor_right = 0.74
anchor_bottom = 0.106
offset_left = 2.07996
offset_top = -0.120003
offset_right = 0.199951
offset_bottom = 0.519997
texture = ExtResource("3_nty4b")
expand_mode = 1
stretch_mode = 3
[node name="ToolButton" parent="TextureRect" instance=ExtResource("4_ohaxm")]
layout_mode = 1
[node name="debug_add" type="Button" parent="."]
unique_name_in_owner = true
layout_mode = 0
offset_right = 343.0
offset_bottom = 115.0
text = "添加存档debug"
[connection signal="pressed" from="TextureRect/ToolButton" to="." method="_on_tool_button_pressed"]
[connection signal="pressed" from="debug_add" to="." method="_on_button_pressed"]