2025-06-14 08:46:32 +00:00
|
|
|
[gd_scene load_steps=11 format=3 uid="uid://ci5anaxsa1apl"]
|
2025-01-02 11:01:44 +00:00
|
|
|
|
2025-03-10 13:03:34 +00:00
|
|
|
[ext_resource type="Script" uid="uid://cihyb26hjma4i" path="res://scene/entity/local_inspectable.gd" id="1_85el0"]
|
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_3pauf"]
|
2025-06-17 09:25:21 +00:00
|
|
|
[ext_resource type="AudioStream" uid="uid://byjcmxy5crce5" path="res://asset/audio/sfx/UI/纸条.mp3" id="3_3ldx7"]
|
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_o562w"]
|
2025-06-18 13:48:59 +00:00
|
|
|
[ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/audio/sfx.gd" id="3_q18ff"]
|
2025-01-08 00:51:09 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://c4tipnj1cr1j3" path="res://scene/entity/ux/sign.tscn" id="4_do8tr"]
|
2025-06-14 08:46:32 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://dwgxa5j6602vv" path="res://asset/art/ui/prop/inspect文本衬底蒙版.png" id="6_q18ff"]
|
2025-06-13 08:03:19 +00:00
|
|
|
[ext_resource type="FontVariation" uid="uid://1ryw42kej6lv" path="res://config/font_ui.tres" id="7_ianbs"]
|
2025-01-02 11:01:44 +00:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4fuic"]
|
|
|
|
resource_local_to_scene = true
|
2025-01-13 08:09:57 +00:00
|
|
|
size = Vector2(20, 70)
|
2025-01-02 11:01:44 +00:00
|
|
|
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_c3c2j"]
|
|
|
|
line_spacing = 1.0
|
|
|
|
font_size = 11
|
|
|
|
|
|
|
|
[node name="LocalInspectable" type="Sprite2D"]
|
|
|
|
script = ExtResource("1_85el0")
|
2025-06-14 08:46:32 +00:00
|
|
|
note_sign_texture = ExtResource("2_3pauf")
|
2025-01-12 11:36:41 +00:00
|
|
|
content_key = ""
|
2025-01-02 11:01:44 +00:00
|
|
|
|
2025-06-13 08:03:19 +00:00
|
|
|
[node name="Sfx" type="AudioStreamPlayer" parent="."]
|
2025-01-02 11:01:44 +00:00
|
|
|
unique_name_in_owner = true
|
2025-01-07 10:54:50 +00:00
|
|
|
stream = ExtResource("3_3ldx7")
|
2025-06-13 08:03:19 +00:00
|
|
|
bus = &"game_sfx"
|
|
|
|
script = ExtResource("3_q18ff")
|
2025-01-02 11:01:44 +00:00
|
|
|
|
2025-01-08 00:51:09 +00:00
|
|
|
[node name="Sign" parent="." instance=ExtResource("4_do8tr")]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
2025-01-02 11:01:44 +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_o562w")
|
|
|
|
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")
|
|
|
|
|
2025-01-03 13:29:22 +00:00
|
|
|
[node name="InspectLayer" type="CanvasLayer" parent="."]
|
2025-05-13 11:45:33 +00:00
|
|
|
layer = 20
|
2025-01-03 13:29:22 +00:00
|
|
|
|
2025-01-12 11:36:41 +00:00
|
|
|
[node name="Root" type="Control" parent="InspectLayer"]
|
|
|
|
layout_mode = 3
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
2025-01-16 12:24:21 +00:00
|
|
|
mouse_filter = 2
|
2025-01-12 11:36:41 +00:00
|
|
|
|
2025-01-16 12:24:21 +00:00
|
|
|
[node name="Container" type="MarginContainer" parent="InspectLayer/Root"]
|
2025-01-12 11:36:41 +00:00
|
|
|
unique_name_in_owner = true
|
|
|
|
modulate = Color(1, 1, 1, 0)
|
|
|
|
layout_mode = 1
|
2025-01-03 13:29:22 +00:00
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
2025-01-07 10:54:50 +00:00
|
|
|
mouse_filter = 2
|
2025-01-03 13:29:22 +00:00
|
|
|
|
2025-01-12 11:36:41 +00:00
|
|
|
[node name="Cover" type="TextureRect" parent="InspectLayer/Root/Container"]
|
2025-01-02 11:01:44 +00:00
|
|
|
unique_name_in_owner = true
|
2025-01-03 13:29:22 +00:00
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 4
|
|
|
|
size_flags_vertical = 4
|
2025-01-07 10:54:50 +00:00
|
|
|
mouse_filter = 2
|
2025-01-02 11:01:44 +00:00
|
|
|
|
2025-01-12 11:36:41 +00:00
|
|
|
[node name="ContentLabel" type="Label" parent="InspectLayer/Root/Container"]
|
2025-01-02 11:01:44 +00:00
|
|
|
unique_name_in_owner = true
|
2025-06-04 11:46:27 +00:00
|
|
|
modulate = Color(1, 1, 1, 0)
|
2025-01-02 11:01:44 +00:00
|
|
|
z_index = 100
|
2025-01-03 13:29:22 +00:00
|
|
|
custom_minimum_size = Vector2(130, 0)
|
|
|
|
layout_mode = 2
|
2025-01-02 11:01:44 +00:00
|
|
|
size_flags_horizontal = 4
|
|
|
|
label_settings = SubResource("LabelSettings_c3c2j")
|
|
|
|
vertical_alignment = 1
|
|
|
|
autowrap_mode = 3
|
|
|
|
|
2025-05-30 11:05:06 +00:00
|
|
|
[node name="TextureRect" type="TextureRect" parent="InspectLayer/Root/Container/ContentLabel"]
|
|
|
|
self_modulate = Color(1, 1, 1, 0.733333)
|
|
|
|
show_behind_parent = true
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
mouse_filter = 2
|
|
|
|
texture = ExtResource("6_q18ff")
|
|
|
|
|
2025-01-12 11:36:41 +00:00
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="InspectLayer/Root"]
|
2025-01-03 13:29:22 +00:00
|
|
|
layout_mode = 2
|
2025-01-12 11:36:41 +00:00
|
|
|
offset_top = 263.0
|
|
|
|
offset_right = 564.0
|
|
|
|
offset_bottom = 316.0
|
2025-01-03 13:29:22 +00:00
|
|
|
size_flags_vertical = 8
|
2025-01-07 10:54:50 +00:00
|
|
|
mouse_filter = 2
|
2025-01-03 13:29:22 +00:00
|
|
|
theme_override_constants/margin_bottom = 38
|
|
|
|
|
2025-01-12 11:36:41 +00:00
|
|
|
[node name="TipLabel" type="Label" parent="InspectLayer/Root/MarginContainer"]
|
2025-01-02 11:01:44 +00:00
|
|
|
unique_name_in_owner = true
|
|
|
|
modulate = Color(1, 1, 1, 0)
|
|
|
|
z_index = 100
|
2025-01-03 13:29:22 +00:00
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 4
|
2025-01-02 11:01:44 +00:00
|
|
|
size_flags_vertical = 8
|
2025-06-13 08:03:19 +00:00
|
|
|
theme_override_fonts/font = ExtResource("7_ianbs")
|
|
|
|
text = "Q: 退出 E: 阅读"
|
2025-01-02 11:01:44 +00:00
|
|
|
horizontal_alignment = 1
|
|
|
|
vertical_alignment = 1
|