feat: 将游戏分辨率改为1920*1080,增加下载数据按钮

This commit is contained in:
2026-01-21 08:14:35 +08:00
parent b54ce939dc
commit 06ed87a4cc
7 changed files with 106 additions and 32 deletions
+20 -10
View File
@@ -9,8 +9,8 @@ script = ExtResource("1_r6d6q")
[node name="Background" type="ColorRect" parent="."]
offset_left = -34.0
offset_top = -27.0
offset_right = 1186.0
offset_bottom = 694.0
offset_right = 1911.0
offset_bottom = 1050.0
color = Color(0.7058824, 0.6862745, 0, 1)
[node name="DataSetting" type="Node2D" parent="."]
@@ -76,22 +76,32 @@ theme_override_fonts/font = ExtResource("2_6wm04")
theme_override_font_sizes/font_size = 24
[node name="SaveButton" type="Button" parent="."]
offset_left = 56.0
offset_top = 520.0
offset_right = 220.0
offset_bottom = 597.0
offset_left = 89.0
offset_top = 902.0
offset_right = 253.0
offset_bottom = 979.0
theme_override_fonts/font = ExtResource("2_6wm04")
theme_override_font_sizes/font_size = 30
text = "保存设置"
[node name="DownloadButton" type="Button" parent="."]
offset_left = 495.0
offset_top = 912.0
offset_right = 671.0
offset_bottom = 1001.0
theme_override_fonts/font = ExtResource("2_6wm04")
theme_override_font_sizes/font_size = 30
text = "下载文件"
[node name="CancelButton" type="Button" parent="."]
offset_left = 243.0
offset_top = 514.0
offset_right = 419.0
offset_bottom = 603.0
offset_left = 286.0
offset_top = 906.0
offset_right = 462.0
offset_bottom = 995.0
theme_override_fonts/font = ExtResource("2_6wm04")
theme_override_font_sizes/font_size = 30
text = "取消"
[connection signal="pressed" from="SaveButton" to="." method="_on_save_button_pressed"]
[connection signal="pressed" from="DownloadButton" to="." method="_on_download_button_pressed"]
[connection signal="pressed" from="CancelButton" to="." method="_on_cancel_button_pressed"]