mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-31 00:11:54 +08:00
762e88156f
为游戏结束界面添加顶部和底部偏移设置为0,并将音频音量调整为10分贝以改善用户体验
53 lines
1.9 KiB
Plaintext
53 lines
1.9 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://beo6s1kudbbve"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://d3qojeqa3difn" path="res://components/Abstracts/FullscreenPanelBase.tscn" id="1_u2ynr"]
|
|
[ext_resource type="Script" path="res://scripts/Contents/Panels/GameOver.gd" id="2_6cd45"]
|
|
[ext_resource type="AudioStream" uid="uid://dbso1w8hvgilg" path="res://resources/sounds/effect/Lose.wav" id="3_n4aax"]
|
|
[ext_resource type="FontFile" uid="uid://db2jl4bq8idec" path="res://resources/fonts/swyc.ttf" id="3_oynlg"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_7gbuu"]
|
|
bg_color = Color(1, 0, 0, 0.3)
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_17i5j"]
|
|
font = ExtResource("3_oynlg")
|
|
font_size = 50
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_ndokf"]
|
|
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"]
|
|
theme_override_constants/separation = 50
|
|
|
|
[node name="container" type="PanelContainer" parent="content/wrapper" index="0"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_7gbuu")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="content/wrapper/container" index="0"]
|
|
layout_mode = 2
|
|
alignment = 1
|
|
|
|
[node name="text" type="Label" parent="content/wrapper/container/VBoxContainer" index="0"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "败北"
|
|
label_settings = SubResource("LabelSettings_17i5j")
|
|
|
|
[node name="deadreason" type="Label" parent="content/wrapper/container/VBoxContainer" index="1"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "死亡原因"
|
|
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
|