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
+4
View File
@@ -14,3 +14,7 @@ func _on_save_button_pressed() -> void:
func _on_cancel_button_pressed() -> void:
SceneManager.goto_scene("main_menu")
func _on_download_button_pressed() -> void:
pass # Replace with function body.