89 lines
3.1 KiB
Plaintext
89 lines
3.1 KiB
Plaintext
[gd_scene load_steps=12 format=3 uid="uid://brck77w81fhvc"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://dayyx4jerj7io" path="res://scene/ground/ground.tscn" id="1_wrr6r"]
|
|
[ext_resource type="Script" path="res://scene/ground/scene/c02/s02_animation.gd" id="2_5p8ev"]
|
|
[ext_resource type="Texture2D" uid="uid://c4647gof464ws" path="res://asset/art/scene/c02/s02_走道/bg_过道.png" id="2_cn1s8"]
|
|
[ext_resource type="PackedScene" uid="uid://jr1yd46wm5je" path="res://scene/entity/note.tscn" id="3_fy0o1"]
|
|
[ext_resource type="PackedScene" uid="uid://wyj4qdjyn4ql" path="res://scene/entity/old/inspectable.tscn" id="5_nhtbp"]
|
|
[ext_resource type="Texture2D" uid="uid://ds4yw1wqelhm1" path="res://asset/art/scene/c02/s02_走道/ux_进门鼠疫海报yz.png" id="7_wdwbi"]
|
|
[ext_resource type="Texture2D" uid="uid://dd0sn5e4hwq5m" path="res://asset/art/scene/c02/s02_走道/e_纸人.png" id="7_xsghn"]
|
|
[ext_resource type="PackedScene" uid="uid://ci5anaxsa1apl" path="res://scene/entity/local_inspectable.tscn" id="12_0fckv"]
|
|
|
|
[sub_resource type="Animation" id="Animation_abofy"]
|
|
resource_name = "oneshot_天冷"
|
|
length = 3.0
|
|
tracks/0/type = "method"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("AnimationPlayer")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0, 1.6),
|
|
"transitions": PackedFloat32Array(1, 1),
|
|
"values": [{
|
|
"args": [],
|
|
"method": &"_oneshot_wind"
|
|
}, {
|
|
"args": [],
|
|
"method": &"_oneshot_dialog"
|
|
}]
|
|
}
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_fjkfm"]
|
|
_data = {
|
|
"oneshot_天冷": SubResource("Animation_abofy")
|
|
}
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_vc6i4"]
|
|
resource_local_to_scene = true
|
|
size = Vector2(35, 70)
|
|
|
|
[node name="S02" type="Node2D"]
|
|
|
|
[node name="Ground" parent="." instance=ExtResource("1_wrr6r")]
|
|
|
|
[node name="AnimationPlayer" parent="Ground" index="0"]
|
|
libraries = {
|
|
"": SubResource("AnimationLibrary_fjkfm")
|
|
}
|
|
script = ExtResource("2_5p8ev")
|
|
oneshot_animation = "oneshot_天冷"
|
|
|
|
[node name="BGSprite2D" parent="Ground" index="2"]
|
|
texture = ExtResource("2_cn1s8")
|
|
|
|
[node name="portal_right" parent="Ground/DeployLayer" index="1"]
|
|
position = Vector2(678, 6)
|
|
target_scene = "c02_s03"
|
|
target_portal = "left"
|
|
|
|
[node name="几张卫生宣传画" parent="Ground/DeployLayer" index="2" instance=ExtResource("3_fy0o1")]
|
|
position = Vector2(275, -30)
|
|
note_key = "c02_卫生宣传画"
|
|
|
|
[node name="鼠疫海报" parent="Ground/DeployLayer" index="3" instance=ExtResource("12_0fckv")]
|
|
position = Vector2(440, -21)
|
|
texture_cover = ExtResource("7_wdwbi")
|
|
content_key = "c02_鼠疫海报"
|
|
|
|
[node name="纸人" parent="Ground/DeployLayer" index="4" instance=ExtResource("5_nhtbp")]
|
|
position = Vector2(599, 44)
|
|
texture = ExtResource("7_xsghn")
|
|
flip_h = true
|
|
|
|
[node name="Sign" parent="Ground/DeployLayer/纸人" index="1"]
|
|
offset_left = 0.0
|
|
offset_top = -44.0
|
|
offset_right = 0.0
|
|
offset_bottom = 36.0
|
|
|
|
[node name="CollisionShape2D" parent="Ground/DeployLayer/纸人/Area2D" index="0"]
|
|
shape = SubResource("RectangleShape2D_vc6i4")
|
|
|
|
[node name="FGSprite2D" parent="Ground/ParallaxForeground/FGParallaxLayer" index="0"]
|
|
texture = null
|
|
|
|
[editable path="Ground"]
|
|
[editable path="Ground/DeployLayer/纸人"]
|