1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-27 22:41:56 +08:00
Files
Dog-Lynx-And-HCN/components/Scenes/FullscreenPanels/CompilingTip.tscn
T
2026-05-10 13:41:43 +08:00

142 lines
4.5 KiB
Plaintext

[gd_scene format=3 uid="uid://dxs5j0km0n2n4"]
[ext_resource type="PackedScene" uid="uid://d3qojeqa3difn" path="res://components/Abstracts/FullscreenPanelBase.tscn" id="1_vd4qa"]
[ext_resource type="Script" uid="uid://dubab2jnii6et" path="res://scripts/Contents/Panels/CompilingTip.gd" id="2_3guax"]
[ext_resource type="Texture2D" uid="uid://b224jte54e12a" path="res://resources/comics/building.png" id="3_3guax"]
[ext_resource type="Shader" uid="uid://csx5am14p4ai0" path="res://shaders/BottomShadow.gdshader" id="3_4yjva"]
[ext_resource type="Texture2D" uid="uid://bvg17q1dhperq" path="res://resources/comics/vs.png" id="5_d7ld8"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_d7ld8"]
shader = ExtResource("3_4yjva")
shader_parameter/prog = 0.5000000074506
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_4yjva"]
content_margin_bottom = 50.0
[sub_resource type="LabelSettings" id="LabelSettings_d7ld8"]
font_size = 40
[sub_resource type="Animation" id="Animation_d7ld8"]
length = 0.001
tracks/0/type = "bezier"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath(".:modulate:a")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"handle_modes": PackedInt32Array(0),
"points": PackedFloat32Array(1, -0.25, 0, 0.25, 0),
"times": PackedFloat32Array(0)
}
tracks/1/type = "bezier"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath(".:position:y")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"handle_modes": PackedInt32Array(0),
"points": PackedFloat32Array(0, -0.25, 0, 0.25, 0),
"times": PackedFloat32Array(0)
}
[sub_resource type="Animation" id="Animation_lyv8o"]
resource_name = "show"
length = 0.5
step = 0.1
tracks/0/type = "bezier"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath(".:modulate:a")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"handle_modes": PackedInt32Array(0, 0),
"points": PackedFloat32Array(1, -0.25, 0, 0.25, 0, 0, -0.25, 0, 0.25, 0),
"times": PackedFloat32Array(0, 0.5)
}
tracks/1/type = "bezier"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath(".:position:y")
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, 100, -0.25, 0, 0.25, 0),
"times": PackedFloat32Array(0, 0.5)
}
[sub_resource type="Animation" id="Animation_vyjm7"]
resource_name = "show"
length = 0.5
step = 0.1
tracks/0/type = "bezier"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath(".:modulate:a")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"handle_modes": PackedInt32Array(0, 0),
"points": PackedFloat32Array(0, -0.25, 0, 0.25, 0, 1, -0.25, 0, 0.25, 0),
"times": PackedFloat32Array(0, 0.5)
}
tracks/1/type = "bezier"
tracks/1/imported = false
tracks/1/enabled = true
tracks/1/path = NodePath(".:position:y")
tracks/1/interp = 1
tracks/1/loop_wrap = true
tracks/1/keys = {
"handle_modes": PackedInt32Array(0, 0),
"points": PackedFloat32Array(-500, -0.25, 0, 0.25, 0, 0, -0.25, 0, 0.25, 0),
"times": PackedFloat32Array(0, 0.5)
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_ms4bw"]
_data = {
&"RESET": SubResource("Animation_d7ld8"),
&"hide": SubResource("Animation_lyv8o"),
&"show": SubResource("Animation_vyjm7")
}
[node name="CompilingTip" unique_id=2114082839 instance=ExtResource("1_vd4qa")]
offset_top = 0.0
offset_bottom = 0.0
script = ExtResource("2_3guax")
[node name="background" parent="content" index="0"]
color = Color(0, 0, 0, 1)
[node name="back" type="TextureRect" parent="content" index="1" unique_id=467487910]
material = SubResource("ShaderMaterial_d7ld8")
layout_mode = 2
texture = ExtResource("3_3guax")
expand_mode = 2
stretch_mode = 5
[node name="wrapper" parent="content" index="2"]
theme_override_constants/separation = 60
alignment = 2
[node name="sword" type="TextureRect" parent="content/wrapper" index="0" unique_id=486975914]
layout_mode = 2
texture = ExtResource("5_d7ld8")
stretch_mode = 5
[node name="wrapper" type="PanelContainer" parent="content/wrapper" index="1" unique_id=265878383]
layout_mode = 2
theme_override_styles/panel = SubResource("StyleBoxEmpty_4yjva")
[node name="tip" type="Label" parent="content/wrapper/wrapper" index="0" unique_id=1334624287]
layout_mode = 2
size_flags_horizontal = 4
text = "正在编译着色器......剑已出鞘。"
label_settings = SubResource("LabelSettings_d7ld8")
[node name="animator" parent="." index="1"]
libraries/ = SubResource("AnimationLibrary_ms4bw")