xiandie/config/animation/animation_loader.tscn

90 lines
2.8 KiB
Plaintext
Raw Normal View History

2024-12-23 01:30:31 +00:00
[gd_scene load_steps=3 format=3 uid="uid://djtshxngiu5tl"]
[ext_resource type="Script" path="res://config/animation/animation_loader.gd" id="1_qwa4g"]
[ext_resource type="Script" path="res://ui/button/sound_button.gd" id="2_1tl0v"]
2024-12-23 01:30:31 +00:00
2025-01-17 13:31:29 +00:00
[node name="AnimationLoader" type="Control"]
layout_mode = 3
2024-12-23 01:30:31 +00:00
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
2025-01-17 13:31:29 +00:00
offset_right = 564.0
offset_bottom = 316.0
2024-12-23 01:30:31 +00:00
grow_horizontal = 2
grow_vertical = 2
2025-01-17 13:31:29 +00:00
scale = Vector2(0.5, 0.5)
script = ExtResource("1_qwa4g")
2024-12-23 01:30:31 +00:00
[node name="HBoxContainer" type="HBoxContainer" parent="."]
2025-01-17 13:31:29 +00:00
layout_mode = 2
2024-12-23 01:30:31 +00:00
anchor_right = 1.0
anchor_bottom = 1.0
2025-01-17 13:31:29 +00:00
offset_right = 36.0
2024-12-23 01:30:31 +00:00
grow_horizontal = 2
grow_vertical = 2
[node name="MarginContainer2" type="MarginContainer" parent="HBoxContainer"]
layout_mode = 2
theme_override_constants/margin_left = 8
theme_override_constants/margin_top = 8
theme_override_constants/margin_right = 8
theme_override_constants/margin_bottom = 8
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer/MarginContainer2"]
layout_mode = 2
2024-12-23 07:24:37 +00:00
[node name="HBoxContainer2" type="HBoxContainer" parent="HBoxContainer/MarginContainer2/VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
[node name="Label" type="Label" parent="HBoxContainer/MarginContainer2/VBoxContainer/HBoxContainer2"]
layout_mode = 2
text = "🔍"
[node name="SearchLineEdit" type="LineEdit" parent="HBoxContainer/MarginContainer2/VBoxContainer/HBoxContainer2"]
unique_name_in_owner = true
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
placeholder_text = "regex expr"
[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer/MarginContainer2/VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
[node name="PrevButton" type="Button" parent="HBoxContainer/MarginContainer2/VBoxContainer/HBoxContainer"]
2024-12-23 01:30:31 +00:00
unique_name_in_owner = true
layout_mode = 2
2024-12-23 07:24:37 +00:00
text = "⬅️"
script = ExtResource("2_1tl0v")
2024-12-23 01:30:31 +00:00
2024-12-23 07:24:37 +00:00
[node name="PageLabel" type="Label" parent="HBoxContainer/MarginContainer2/VBoxContainer/HBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
text = "1/1"
[node name="NextButton" type="Button" parent="HBoxContainer/MarginContainer2/VBoxContainer/HBoxContainer"]
2024-12-23 01:30:31 +00:00
unique_name_in_owner = true
layout_mode = 2
2024-12-23 07:24:37 +00:00
text = "➡️"
script = ExtResource("2_1tl0v")
2024-12-23 01:30:31 +00:00
[node name="ConfigEdit" type="TextEdit" parent="HBoxContainer/MarginContainer2/VBoxContainer"]
unique_name_in_owner = true
2025-01-17 13:31:29 +00:00
custom_minimum_size = Vector2(170, 200)
2024-12-23 01:30:31 +00:00
layout_mode = 2
size_flags_horizontal = 0
2025-01-17 13:31:29 +00:00
size_flags_vertical = 3
2024-12-23 07:24:37 +00:00
editable = false
2024-12-23 01:30:31 +00:00
[node name="ScrollContainer" type="ScrollContainer" parent="HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
horizontal_scroll_mode = 0
vertical_scroll_mode = 2
[node name="FramesDisplayGrid" type="GridContainer" parent="HBoxContainer/ScrollContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(400, 50)
layout_mode = 2
2025-01-17 13:31:29 +00:00
columns = 7