50 lines
1.7 KiB
Plaintext
50 lines
1.7 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://dmysq4sxx8iqh"]
|
|
|
|
[ext_resource type="Script" uid="uid://0dcbk75cd5pl" path="res://scene/entity/ux/content_inspector.gd" id="1_4n727"]
|
|
[ext_resource type="FontVariation" uid="uid://1ryw42kej6lv" path="res://config/font_ui.tres" id="2_mtwgq"]
|
|
[ext_resource type="AudioStream" uid="uid://dky3j8lwcy5sk" path="res://asset/audio/sfx/UI/物品查看.mp3" id="2_x36rf"]
|
|
[ext_resource type="Script" uid="uid://rq6w1vuhuq1m" path="res://scene/entity/audio/sfx.gd" id="3_ksykb"]
|
|
[ext_resource type="AudioStream" uid="uid://3nfd1t2lllmh" path="res://asset/audio/sfx/UI/花名册.mp3" id="4_ndmve"]
|
|
|
|
[node name="ContentInspector" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_4n727")
|
|
|
|
[node name="Sfx显示" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("2_x36rf")
|
|
volume_db = 5.0
|
|
bus = &"game_sfx"
|
|
script = ExtResource("3_ksykb")
|
|
metadata/_custom_type_script = "uid://rq6w1vuhuq1m"
|
|
|
|
[node name="Sfx收起" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("4_ndmve")
|
|
volume_db = 5.0
|
|
bus = &"game_sfx"
|
|
script = ExtResource("3_ksykb")
|
|
metadata/_custom_type_script = "uid://rq6w1vuhuq1m"
|
|
|
|
[node name="TipContainer" type="MarginContainer" parent="."]
|
|
z_index = 100
|
|
layout_mode = 1
|
|
anchors_preset = 7
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_left = -20.0
|
|
offset_top = -40.0
|
|
offset_right = 20.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
theme_override_constants/margin_bottom = 46
|
|
|
|
[node name="Label" type="Label" parent="TipContainer"]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("2_mtwgq")
|