Initial commit, layout mockup
This commit is contained in:
36
Controls/AudioTrack.tscn
Normal file
36
Controls/AudioTrack.tscn
Normal file
@@ -0,0 +1,36 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dlb5xpe1t8rrk"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c3kajrpp2ux7" path="res://Controls/Track.tscn" id="1_envsv"]
|
||||
[ext_resource type="Texture2D" uid="uid://cc0dy71y8shcx" path="res://Assets/Icons/record.svg" id="2_iwhga"]
|
||||
|
||||
[node name="Track" instance=ExtResource("1_envsv")]
|
||||
|
||||
[node name="MuteSolo" type="VBoxContainer" parent="PanelContainer/HBoxContainer/Body/HBoxContainer" index="0"]
|
||||
layout_mode = 2
|
||||
theme_override_constants/separation = 4
|
||||
alignment = 1
|
||||
|
||||
[node name="Mute" type="Button" parent="PanelContainer/HBoxContainer/Body/HBoxContainer/MuteSolo" index="0"]
|
||||
modulate = Color(1, 0, 0, 1)
|
||||
layout_mode = 2
|
||||
toggle_mode = true
|
||||
text = "M"
|
||||
|
||||
[node name="Solo" type="Button" parent="PanelContainer/HBoxContainer/Body/HBoxContainer/MuteSolo" index="1"]
|
||||
modulate = Color(1, 1, 0, 1)
|
||||
layout_mode = 2
|
||||
toggle_mode = true
|
||||
text = "S"
|
||||
|
||||
[node name="Record" type="Button" parent="PanelContainer/HBoxContainer/Body/HBoxContainer/NameIconControls/IconAndName" index="2"]
|
||||
self_modulate = Color(1, 0.373852, 0.504338, 1)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 8
|
||||
toggle_mode = true
|
||||
icon = ExtResource("2_iwhga")
|
||||
icon_alignment = 1
|
||||
|
||||
[node name="VolumeSlider" type="HSlider" parent="PanelContainer/HBoxContainer/Body/HBoxContainer/NameIconControls" index="1"]
|
||||
layout_mode = 2
|
||||
min_value = -80.0
|
||||
max_value = 0.0
|
||||
Reference in New Issue
Block a user