From 762e88156f8edbc43776276a1f7db0e44065855c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=A8=E8=90=BD=E5=9F=BA=E5=9B=B4=E8=99=BE?= <3161880837@qq.com> Date: Sun, 7 Sep 2025 14:43:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9C=BA=E6=99=AF):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=B8=B8=E6=88=8F=E7=BB=93=E6=9D=9F=E7=95=8C=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E5=81=8F=E7=A7=BB=E5=92=8C=E9=9F=B3=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为游戏结束界面添加顶部和底部偏移设置为0,并将音频音量调整为10分贝以改善用户体验 --- components/Scenes/FullscreenPanels/GameOver.tscn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/Scenes/FullscreenPanels/GameOver.tscn b/components/Scenes/FullscreenPanels/GameOver.tscn index 30d575c..6fa4e66 100644 --- a/components/Scenes/FullscreenPanels/GameOver.tscn +++ b/components/Scenes/FullscreenPanels/GameOver.tscn @@ -17,6 +17,8 @@ font = ExtResource("3_oynlg") font_color = Color(0.710938, 0.710938, 0.710938, 1) [node name="GameOver" instance=ExtResource("1_u2ynr")] +offset_top = 0.0 +offset_bottom = 0.0 script = ExtResource("2_6cd45") [node name="wrapper" parent="content" index="1"] @@ -47,3 +49,4 @@ label_settings = SubResource("LabelSettings_ndokf") [node name="audio" type="AudioStreamPlayer2D" parent="." index="2"] unique_name_in_owner = true stream = ExtResource("3_n4aax") +volume_db = 10.0