mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
feat: 添加VerticalSoften着色器,增强透明度控制逻辑
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Statemachine/FullscreenPanelBase.gd" id="1_8e8nf"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mjt0u"]
|
||||
bg_color = Color(0, 0, 0, 0.5)
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_grmsd"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_76r7u"]
|
||||
length = 0.001
|
||||
@@ -53,7 +52,7 @@ tracks/1/interp = 1
|
||||
tracks/1/loop_wrap = true
|
||||
tracks/1/keys = {
|
||||
"handle_modes": PackedInt32Array(0, 0),
|
||||
"points": PackedFloat32Array(0, -0.25, 0, 0.25, 0, 500, -0.25, 0, 0.25, 0),
|
||||
"points": PackedFloat32Array(0, -0.25, 0, 0.25, 0, 100, -0.25, 0, 0.25, 0),
|
||||
"times": PackedFloat32Array(0, 0.5)
|
||||
}
|
||||
|
||||
@@ -107,7 +106,11 @@ anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_mjt0u")
|
||||
theme_override_styles/panel = SubResource("StyleBoxEmpty_grmsd")
|
||||
|
||||
[node name="background" type="ColorRect" parent="content"]
|
||||
layout_mode = 2
|
||||
color = Color(0, 0, 0, 0.5)
|
||||
|
||||
[node name="wrapper" type="VBoxContainer" parent="content"]
|
||||
layout_mode = 2
|
||||
|
||||
@@ -100,7 +100,7 @@ stretch_mode = 5
|
||||
[node name="beachball" type="Label" parent="container/info/infos/beachballInfo"]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
text = "100"
|
||||
text = "500"
|
||||
|
||||
[node name="name" parent="container/info" instance=ExtResource("3_qv0b1")]
|
||||
unique_name_in_owner = true
|
||||
|
||||
Reference in New Issue
Block a user