39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bpd6g2b3s7tqa"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://dlb5xpe1t8rrk" path="res://Controls/AudioTrack.tscn" id="1_ueogm"]
|
|
[ext_resource type="Texture2D" uid="uid://b3mydiolrvqlr" path="res://Assets/Icons/add.svg" id="2_rekuu"]
|
|
|
|
[node name="Tracks" type="Control"]
|
|
clip_children = 1
|
|
custom_minimum_size = Vector2(200, 0)
|
|
layout_mode = 3
|
|
anchors_preset = 9
|
|
anchor_bottom = 1.0
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
custom_minimum_size = Vector2(128, 0)
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="TrackList" type="VBoxContainer" parent="VBoxContainer"]
|
|
custom_minimum_size = Vector2(128, 0)
|
|
layout_mode = 2
|
|
|
|
[node name="Track" parent="VBoxContainer/TrackList" instance=ExtResource("1_ueogm")]
|
|
layout_mode = 2
|
|
|
|
[node name="AddTrack" type="MenuButton" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
icon = ExtResource("2_rekuu")
|
|
flat = false
|
|
icon_alignment = 1
|
|
item_count = 2
|
|
popup/item_0/text = "Audio Track"
|
|
popup/item_1/text = "Label Track"
|
|
popup/item_1/id = 1
|