2025-06-04 11:46:27 +00:00
|
|
|
[gd_scene load_steps=8 format=3 uid="uid://jr1yd46wm5je"]
|
2024-12-26 13:58:37 +00:00
|
|
|
|
2025-03-10 13:03:34 +00:00
|
|
|
[ext_resource type="Script" uid="uid://clqf6pxusuvoc" path="res://scene/entity/note.gd" id="1_3igk8"]
|
2025-06-04 11:46:27 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://c0rw25jl762a1" path="res://asset/art/ui/action_mark/UI眼睛.png" id="2_ycvi5"]
|
2025-01-17 10:45:40 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://bei1s1uucktso" path="res://asset/art/tool/neutral_point_light.webp" id="3_xb81s"]
|
2025-06-17 09:25:21 +00:00
|
|
|
[ext_resource type="AudioStream" uid="uid://byjcmxy5crce5" path="res://asset/audio/sfx/UI/纸条.mp3" id="3_y3pwa"]
|
2025-06-18 13:48:59 +00:00
|
|
|
[ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/audio/sfx.gd" id="4_ycvi5"]
|
2025-01-08 00:51:09 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://c4tipnj1cr1j3" path="res://scene/entity/ux/sign.tscn" id="5_dhwp5"]
|
2024-12-26 13:58:37 +00:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_k6och"]
|
|
|
|
resource_local_to_scene = true
|
2025-01-13 08:09:57 +00:00
|
|
|
size = Vector2(20, 60)
|
2024-12-26 13:58:37 +00:00
|
|
|
|
2024-12-30 13:19:10 +00:00
|
|
|
[node name="Note" type="Sprite2D"]
|
2024-12-26 13:58:37 +00:00
|
|
|
script = ExtResource("1_3igk8")
|
2025-06-04 11:46:27 +00:00
|
|
|
note_sign_texture = ExtResource("2_ycvi5")
|
2025-01-10 07:43:55 +00:00
|
|
|
note_key = ""
|
2024-12-30 13:19:10 +00:00
|
|
|
|
2025-06-13 08:03:19 +00:00
|
|
|
[node name="Sfx" type="AudioStreamPlayer" parent="."]
|
2024-12-30 13:19:10 +00:00
|
|
|
unique_name_in_owner = true
|
2025-01-07 10:54:50 +00:00
|
|
|
stream = ExtResource("3_y3pwa")
|
2025-06-13 08:03:19 +00:00
|
|
|
bus = &"game_sfx"
|
|
|
|
script = ExtResource("4_ycvi5")
|
2024-12-26 13:58:37 +00:00
|
|
|
|
2025-01-08 00:51:09 +00:00
|
|
|
[node name="Sign" parent="." instance=ExtResource("5_dhwp5")]
|
2024-12-26 13:58:37 +00:00
|
|
|
unique_name_in_owner = true
|
|
|
|
|
2024-12-27 07:56:45 +00:00
|
|
|
[node name="PointLight2D" type="PointLight2D" parent="."]
|
2024-12-26 13:58:37 +00:00
|
|
|
unique_name_in_owner = true
|
2024-12-27 07:56:45 +00:00
|
|
|
scale = Vector2(0.2, 0.2)
|
|
|
|
energy = 0.0
|
2024-12-26 13:58:37 +00:00
|
|
|
texture = ExtResource("3_xb81s")
|
|
|
|
texture_scale = 0.5
|
|
|
|
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
collision_layer = 0
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
|
|
shape = SubResource("RectangleShape2D_k6och")
|