90 lines
2.8 KiB
Plaintext
90 lines
2.8 KiB
Plaintext
[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"]
|
|
|
|
[node name="AnimationLoader" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_right = 564.0
|
|
offset_bottom = 316.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
scale = Vector2(0.5, 0.5)
|
|
script = ExtResource("1_qwa4g")
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_right = 36.0
|
|
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
|
|
|
|
[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"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "⬅️"
|
|
script = ExtResource("2_1tl0v")
|
|
|
|
[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"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "➡️"
|
|
script = ExtResource("2_1tl0v")
|
|
|
|
[node name="ConfigEdit" type="TextEdit" parent="HBoxContainer/MarginContainer2/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(170, 200)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 3
|
|
editable = false
|
|
|
|
[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
|
|
columns = 7
|