51 lines
2.0 KiB
Plaintext
51 lines
2.0 KiB
Plaintext
[gd_scene load_steps=9 format=3 uid="uid://cn1ypquvs07wx"]
|
|
|
|
[ext_resource type="Script" uid="uid://bm5qxyu84rd3e" path="res://scene/ground/script/c01/s12_飘动的寻人启事.gd" id="1_like6"]
|
|
[ext_resource type="Shader" uid="uid://dksa483a8v7g4" path="res://asset/shader/rotation_displacement_vertex.gdshader" id="2_2w1m2"]
|
|
[ext_resource type="Texture2D" uid="uid://bul7j3lqvlxp7" path="res://asset/art/scene/c01/s07_书店外/纸片_正面.png" id="3_dl751"]
|
|
[ext_resource type="PackedScene" uid="uid://c4tipnj1cr1j3" path="res://scene/entity/ux/sign.tscn" id="4_5dshd"]
|
|
[ext_resource type="Texture2D" uid="uid://b343nvvbtpglb" path="res://asset/art/ui/互动提示符/ui 像素版_纯白.png" id="5_tf5lq"]
|
|
|
|
[sub_resource type="ShaderMaterial" id="ShaderMaterial_q4vn8"]
|
|
shader = ExtResource("2_2w1m2")
|
|
shader_parameter/center = Vector2(25, 25)
|
|
shader_parameter/amplitude = 0.15
|
|
shader_parameter/frequency = 1.5
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_lhyxr"]
|
|
atlas = ExtResource("5_tf5lq")
|
|
region = Rect2(498, 555, 51, 54)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_btxl6"]
|
|
size = Vector2(20, 10)
|
|
|
|
[node name="飘动的寻人启事" type="Node2D"]
|
|
position = Vector2(43, 96)
|
|
script = ExtResource("1_like6")
|
|
|
|
[node name="Node2D" type="Node2D" parent="."]
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="Node2D"]
|
|
unique_name_in_owner = true
|
|
material = SubResource("ShaderMaterial_q4vn8")
|
|
scale = Vector2(0.08, 0.08)
|
|
texture = ExtResource("3_dl751")
|
|
|
|
[node name="Sign" parent="Node2D" instance=ExtResource("4_5dshd")]
|
|
unique_name_in_owner = true
|
|
offset_left = 4.0
|
|
offset_top = 11.0
|
|
offset_right = 4.0
|
|
offset_bottom = 11.0
|
|
|
|
[node name="Sprite2D" parent="Node2D/Sign/TextureContainer" index="0"]
|
|
position = Vector2(-25, -162.5)
|
|
texture = SubResource("AtlasTexture_lhyxr")
|
|
|
|
[node name="Area2D" type="Area2D" parent="Node2D"]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Node2D/Area2D"]
|
|
shape = SubResource("RectangleShape2D_btxl6")
|
|
|
|
[editable path="Node2D/Sign"]
|