2025-06-14 08:46:32 +00:00
|
|
|
[gd_scene load_steps=8 format=3 uid="uid://wyj4qdjyn4ql"]
|
2024-12-27 07:56:45 +00:00
|
|
|
|
2025-03-10 13:03:34 +00:00
|
|
|
[ext_resource type="Script" uid="uid://ctd1xlvqdcsg4" path="res://scene/entity/inspectable.gd" id="1_0pc4s"]
|
2025-06-14 08:46:32 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://c0rw25jl762a1" path="res://asset/art/ui/action_mark/UI眼睛.png" id="2_ossmq"]
|
2025-06-17 09:25:21 +00:00
|
|
|
[ext_resource type="AudioStream" uid="uid://dky3j8lwcy5sk" path="res://asset/audio/sfx/UI/物品查看.mp3" id="3_kilnm"]
|
2025-06-18 13:48:59 +00:00
|
|
|
[ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/audio/sfx.gd" id="3_p1g2a"]
|
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_vbivp"]
|
2025-01-08 00:51:09 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://c4tipnj1cr1j3" path="res://scene/entity/ux/sign.tscn" id="4_1yty8"]
|
2024-12-27 07:56:45 +00:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4fuic"]
|
|
|
|
resource_local_to_scene = true
|
|
|
|
size = Vector2(35, 70)
|
|
|
|
|
|
|
|
[node name="Inspectable" type="Sprite2D"]
|
|
|
|
script = ExtResource("1_0pc4s")
|
2025-06-14 08:46:32 +00:00
|
|
|
note_sign_texture = ExtResource("2_ossmq")
|
2025-01-30 12:04:02 +00:00
|
|
|
content_key = ""
|
2024-12-27 07:56:45 +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-08 00:51:09 +00:00
|
|
|
stream = ExtResource("3_kilnm")
|
2025-06-13 08:03:19 +00:00
|
|
|
bus = &"game_sfx"
|
|
|
|
script = ExtResource("3_p1g2a")
|
2024-12-30 13:19:10 +00:00
|
|
|
|
2025-01-08 00:51:09 +00:00
|
|
|
[node name="Sign" parent="." instance=ExtResource("4_1yty8")]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
2024-12-27 07:56:45 +00:00
|
|
|
[node name="PointLight2D" type="PointLight2D" parent="."]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
position = Vector2(0, -35)
|
|
|
|
scale = Vector2(0.2, 0.2)
|
|
|
|
energy = 0.0
|
|
|
|
texture = ExtResource("3_vbivp")
|
|
|
|
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"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
shape = SubResource("RectangleShape2D_4fuic")
|