xiandie/scene/ground/script/c01/s10_鬼差探头.tscn

69 lines
2.4 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=8 format=3 uid="uid://bf6oxxe2e6vxj"]
2025-03-09 14:01:51 +00:00
[ext_resource type="Script" uid="uid://bgffnekpvw8pu" path="res://scene/ground/script/c01/s10_鬼差探头.gd" id="1_pvnth"]
2025-03-09 14:01:51 +00:00
[ext_resource type="Texture2D" uid="uid://dsyb81xacsbc8" path="res://asset/art/scene/c01/s03_旧版序章/ux_背景gaise.png" id="2_r4vbv"]
[ext_resource type="Texture2D" uid="uid://bqawq75la061h" path="res://asset/art/scene/c01/s03_旧版序章/ux_鬼差脸gaise.png" id="3_dxjux"]
[ext_resource type="Texture2D" uid="uid://bvxa5gejmlk4o" path="res://asset/art/scene/c01/s03_旧版序章/e_柱子有红纹gaise.png" id="4_beln2"]
[sub_resource type="Animation" id="Animation_ptmad"]
resource_name = "鬼差探头"
length = 6.0
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("脸与眼:position")
tracks/0/interp = 2
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0.0066117, 0.6, 1.2, 2.13333, 2.9, 3.86667, 4.63333, 5.36667, 6.03333),
"transitions": PackedFloat32Array(1, 1, 1, 1, 1, 1, 1, 1, 1),
"update": 0,
"values": [Vector2(-87, -5), Vector2(-78, 3), Vector2(-66, 2), Vector2(-56, 5), Vector2(-45, 5), Vector2(-41, 10), Vector2(-40, 19), Vector2(-30, 24), Vector2(-27, 28)]
}
[sub_resource type="Animation" id="Animation_ug335"]
length = 0.001
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("脸与眼:position")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [Vector2(-67, -10)]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_ug335"]
_data = {
&"RESET": SubResource("Animation_ug335"),
&"鬼差探头": SubResource("Animation_ptmad")
}
[node name="S10鬼差探头" type="Node2D"]
2025-03-09 14:01:51 +00:00
script = ExtResource("1_pvnth")
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
&"": SubResource("AnimationLibrary_ug335")
}
2025-03-09 14:01:51 +00:00
[node name="背景" type="Sprite2D" parent="."]
position = Vector2(-136, -7)
scale = Vector2(1.4, 1.4)
texture = ExtResource("2_r4vbv")
centered = false
[node name="脸与眼" type="Sprite2D" parent="."]
position = Vector2(-67, -10)
2025-03-09 14:01:51 +00:00
texture = ExtResource("3_dxjux")
centered = false
[node name="柱子" type="Sprite2D" parent="."]
position = Vector2(22, -3)
scale = Vector2(1.0601, 1.38482)
texture = ExtResource("4_beln2")
centered = false