Leave only one track type, WIP: track deletion.
This commit is contained in:
@@ -152,6 +152,7 @@ layout = SubResource("Resource_20kxa")
|
||||
|
||||
[node name="Tracks" parent="VBoxContainer/VSplitContainer/HSplitContainer/LeftDock" instance=ExtResource("5_rgxdu")]
|
||||
layout_mode = 2
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="Timeline" parent="VBoxContainer/VSplitContainer/HSplitContainer" node_paths=PackedStringArray("track_list") instance=ExtResource("7_xu70y")]
|
||||
layout_mode = 2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[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="PackedScene" uid="uid://c3kajrpp2ux7" path="res://Controls/Track.tscn" id="1_qr47w"]
|
||||
[ext_resource type="Texture2D" uid="uid://b3mydiolrvqlr" path="res://Assets/Icons/add.svg" id="2_rekuu"]
|
||||
|
||||
[node name="Tracks" type="Control"]
|
||||
@@ -19,31 +19,22 @@ anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="TrackList" type="VBoxContainer" parent="VBoxContainer"]
|
||||
custom_minimum_size = Vector2(128, 0)
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
mouse_filter = 2
|
||||
|
||||
[node name="Track" parent="VBoxContainer/TrackList" instance=ExtResource("1_ueogm")]
|
||||
custom_minimum_size = Vector2(128, 74)
|
||||
[node name="Track" parent="VBoxContainer/TrackList" instance=ExtResource("1_qr47w")]
|
||||
layout_mode = 2
|
||||
script = null
|
||||
|
||||
[node name="Track2" parent="VBoxContainer/TrackList" instance=ExtResource("1_ueogm")]
|
||||
custom_minimum_size = Vector2(128, 74)
|
||||
[node name="Track2" parent="VBoxContainer/TrackList" instance=ExtResource("1_qr47w")]
|
||||
layout_mode = 2
|
||||
script = null
|
||||
|
||||
[node name="Track3" parent="VBoxContainer/TrackList" instance=ExtResource("1_ueogm")]
|
||||
custom_minimum_size = Vector2(128, 74)
|
||||
[node name="Track3" parent="VBoxContainer/TrackList" instance=ExtResource("1_qr47w")]
|
||||
layout_mode = 2
|
||||
script = null
|
||||
|
||||
[node name="Track4" parent="VBoxContainer/TrackList" instance=ExtResource("1_ueogm")]
|
||||
custom_minimum_size = Vector2(128, 74)
|
||||
layout_mode = 2
|
||||
script = null
|
||||
|
||||
[node name="AddTrack" type="MenuButton" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
Reference in New Issue
Block a user