2024-12-27 07:56:45 +00:00
|
|
|
[gd_scene load_steps=9 format=3 uid="uid://wyj4qdjyn4ql"]
|
|
|
|
|
2025-01-03 08:07:35 +00:00
|
|
|
[ext_resource type="Script" path="res://scene/entity/old/inspectable.gd" id="1_0pc4s"]
|
2024-12-30 13:19:10 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://c85t6stvytvjn" path="res://scene/entity/ux/sfx.tscn" id="2_wrnix"]
|
2025-01-17 10:45:40 +00:00
|
|
|
[ext_resource type="AudioStream" uid="uid://dky3j8lwcy5sk" path="res://asset/audio/sfx/ui/物品查看.mp3" id="3_kilnm"]
|
|
|
|
[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"]
|
2025-01-17 10:45:40 +00:00
|
|
|
[ext_resource type="SpriteFrames" uid="uid://b7fhheih1hbvf" path="res://config/animation/entity_sprite_frames.tres" id="7_njjhh"]
|
2024-12-30 13:19:10 +00:00
|
|
|
[ext_resource type="Script" path="res://scene/entity/ux/animated_sound_sprite_2d.gd" id="8_wntgt"]
|
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")
|
|
|
|
|
2024-12-30 13:19:10 +00:00
|
|
|
[node name="Sfx" parent="." instance=ExtResource("2_wrnix")]
|
|
|
|
unique_name_in_owner = true
|
2025-01-08 00:51:09 +00:00
|
|
|
stream = ExtResource("3_kilnm")
|
2024-12-30 13:19:10 +00:00
|
|
|
file = "物品查看.mp3"
|
|
|
|
|
2025-01-08 00:51:09 +00:00
|
|
|
[node name="Sign" parent="." instance=ExtResource("4_1yty8")]
|
|
|
|
unique_name_in_owner = true
|
2025-01-13 08:09:57 +00:00
|
|
|
offset_left = -0.5
|
|
|
|
offset_top = -10.5
|
|
|
|
offset_right = -0.5
|
|
|
|
offset_bottom = 69.5
|
2025-01-08 00:51:09 +00:00
|
|
|
|
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="AnimatedSoundSprite2D" type="AnimatedSprite2D" parent="."]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
visible = false
|
|
|
|
sprite_frames = ExtResource("7_njjhh")
|
|
|
|
animation = &"c00_吕萍_记笔记_right"
|
|
|
|
script = ExtResource("8_wntgt")
|
|
|
|
|
|
|
|
[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")
|