mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
fix(场景): 调整游戏结束界面的偏移和音量
为游戏结束界面添加顶部和底部偏移设置为0,并将音频音量调整为10分贝以改善用户体验
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user