63 lines
1.9 KiB
Plaintext
63 lines
1.9 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://djtshxngiu5tl"]
|
|
|
|
[ext_resource type="Script" path="res://config/animation/art_loader.gd" id="1_oye67"]
|
|
[ext_resource type="Script" path="res://ui/button/sound_button.gd" id="2_lvnnc"]
|
|
|
|
[node name="ArtLoader" type="Panel"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_oye67")
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.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="SaveButton" type="Button" parent="HBoxContainer/MarginContainer2/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
layout_mode = 2
|
|
text = "save config"
|
|
script = ExtResource("2_lvnnc")
|
|
|
|
[node name="ExecButton" type="Button" parent="HBoxContainer/MarginContainer2/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
layout_mode = 2
|
|
text = "execute"
|
|
script = ExtResource("2_lvnnc")
|
|
|
|
[node name="ConfigEdit" type="TextEdit" parent="HBoxContainer/MarginContainer2/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(100, 200)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
|
|
[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 = 3
|