WIP: audio clip controls and UI
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://v4oljx3qrk5q"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://v4oljx3qrk5q"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Timeline.gd" id="1_h2mev"]
|
||||
[ext_resource type="PackedScene" uid="uid://dmmgalpx4fcc7" path="res://Controls/AudioClip.tscn" id="2_an2hv"]
|
||||
|
||||
[node name="Timeline" type="Container"]
|
||||
clip_children = 2
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
script = ExtResource("1_h2mev")
|
||||
end_time = 4000.0
|
||||
|
||||
@@ -16,3 +19,13 @@ end_time = 4000.0
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(0, 20)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="AudioClip" parent="." instance=ExtResource("2_an2hv")]
|
||||
layout_mode = 2
|
||||
start_time = 4000.0
|
||||
end_time = 8000.0
|
||||
|
||||
[node name="AudioClip2" parent="." instance=ExtResource("2_an2hv")]
|
||||
layout_mode = 2
|
||||
start_time = 8000.0
|
||||
end_time = 12000.0
|
||||
|
||||
Reference in New Issue
Block a user