2025-07-18 11:52:49 +00:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://b6ogrp5ec5nr3"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://dtwvx0vs0uoun" path="res://manager/archive_manager/sfx_config_panel.gd" id="1_386ty"]
|
|
|
|
|
|
|
|
[node name="SfxConfigPanel" type="PanelContainer"]
|
|
|
|
custom_minimum_size = Vector2(500, 0)
|
|
|
|
offset_right = 508.0
|
|
|
|
offset_bottom = 335.0
|
|
|
|
mouse_filter = 1
|
|
|
|
script = ExtResource("1_386ty")
|
|
|
|
|
|
|
|
[node name="MainVBox" type="VBoxContainer" parent="."]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="HeaderHBox" type="HBoxContainer" parent="MainVBox"]
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="MainVBox/HeaderHBox"]
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
theme_override_font_sizes/font_size = 18
|
|
|
|
text = "音效配置面板"
|
|
|
|
horizontal_alignment = 1
|
|
|
|
|
2025-07-19 07:02:32 +00:00
|
|
|
[node name="ResetButton" type="Button" parent="MainVBox/HeaderHBox"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 8
|
|
|
|
text = "重置所有配置"
|
|
|
|
|
2025-07-18 11:52:49 +00:00
|
|
|
[node name="ImportButton" type="Button" parent="MainVBox/HeaderHBox"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 8
|
|
|
|
text = "导入配置"
|
|
|
|
|
|
|
|
[node name="ExportButton" type="Button" parent="MainVBox/HeaderHBox"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 8
|
|
|
|
text = "导出配置"
|
|
|
|
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="MainVBox"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
custom_minimum_size = Vector2(500, 400)
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_vertical = 0
|
|
|
|
horizontal_scroll_mode = 0
|
|
|
|
vertical_scroll_mode = 2
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MainVBox/ScrollContainer"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
|
|
[node name="FileDialog" type="FileDialog" parent="."]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
title = "Open a File"
|
|
|
|
initial_position = 1
|
|
|
|
size = Vector2i(1500, 1000)
|
|
|
|
content_scale_mode = 1
|
|
|
|
content_scale_factor = 3.0
|
|
|
|
ok_button_text = "Open"
|
|
|
|
file_mode = 0
|
|
|
|
access = 2
|
|
|
|
filters = PackedStringArray("*.wav", "*.ogg", "*.mp3")
|