Update audio track volume slider

This commit is contained in:
2025-02-16 15:25:01 +01:00
parent 49c0e6c071
commit 60282fc89c
8 changed files with 121 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
[gd_resource type="Theme" load_steps=228 format=3 uid="uid://b8rk41gjual2b"]
[gd_resource type="Theme" load_steps=229 format=3 uid="uid://b8rk41gjual2b"]
[ext_resource type="FontFile" uid="uid://501bous51s3p" path="res://Assets/Fonts/Inter-Regular.ttf" id="1_a74l0"]
[ext_resource type="Texture2D" uid="uid://blqywcg2e22in" path="res://Assets/Icons/checked.svg" id="2_jlkvh"]
@@ -2437,12 +2437,24 @@ border_color = Color(0.337255, 0.619608, 1, 1)
corner_detail = 1
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ek1lj"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_k6s8r"]
content_margin_left = 7.0
content_margin_top = 2.0
content_margin_right = 7.0
content_margin_bottom = 2.0
bg_color = Color(0.101961, 0.101961, 0.101961, 1)
border_color = Color(0.101569, 0.101569, 0.101569, 1)
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_opcwo"]
content_margin_left = 6.0
content_margin_top = 4.0
content_margin_right = 6.0
content_margin_bottom = 4.0
bg_color = Color(0.116078, 0.116078, 0.116078, 1)
bg_color = Color(0.06, 0.06, 0.06, 1)
corner_detail = 3
anti_aliasing = false
@@ -4428,7 +4440,8 @@ Timeline/colors/line_primary_color = Color(0.4, 0.4, 0.4, 1)
Timeline/colors/line_secondary_color = Color(0.2, 0.2, 0.2, 1)
Timeline/constants/time_label_offset_x = 30
Timeline/constants/time_label_offset_y = 20
Timeline/styles/top_panel = SubResource("StyleBoxFlat_ek1lj")
Timeline/styles/background = SubResource("StyleBoxFlat_k6s8r")
Timeline/styles/top_panel = SubResource("StyleBoxFlat_opcwo")
TooltipLabel/colors/font_color = Color(0.893137, 0.893137, 0.893137, 1)
TooltipLabel/colors/font_shadow_color = Color(0, 0, 0, 0)
TooltipPanel/styles/panel = SubResource("StyleBoxFlat_qr21i")