Upgrade to Godot 4.4.
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dmmgalpx4fcc7"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dmmgalpx4fcc7"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/AudioClip.gd" id="1_iy5jd"]
|
||||
[ext_resource type="Script" path="res://Source/Waveform.cs" id="2_43oho"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_8tb17"]
|
||||
border_width_left = 2
|
||||
border_width_top = 2
|
||||
border_width_right = 2
|
||||
border_width_bottom = 2
|
||||
border_color = Color(0.273873, 0.273873, 0.273873, 1)
|
||||
border_blend = true
|
||||
[ext_resource type="Script" uid="uid://cxgi7wpdim7xs" path="res://Scripts/AudioClip.gd" id="1_iy5jd"]
|
||||
[ext_resource type="Script" uid="uid://wrxkvb8fkmlp" path="res://Source/Waveform.cs" id="2_43oho"]
|
||||
|
||||
[node name="AudioClip" type="Panel"]
|
||||
modulate = Color(0.552956, 0.552956, 0.552956, 1)
|
||||
@@ -21,7 +13,7 @@ anchor_right = 0.104
|
||||
anchor_bottom = 0.059
|
||||
offset_right = 0.319992
|
||||
offset_bottom = 0.279995
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_8tb17")
|
||||
theme_type_variation = &"AudioClip"
|
||||
script = ExtResource("1_iy5jd")
|
||||
|
||||
[node name="Panel" type="Panel" parent="."]
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://dlb5xpe1t8rrk"]
|
||||
[gd_scene load_steps=7 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://doq1jqfntrjrc" path="res://Assets/Icons/audio_track_2.svg" id="2_g74u4"]
|
||||
[ext_resource type="Texture2D" uid="uid://cc0dy71y8shcx" path="res://Assets/Icons/record.svg" id="2_iwhga"]
|
||||
[ext_resource type="Texture2D" uid="uid://c8napjmkltpr" path="res://Assets/Icons/slider_grabber.svg" id="3_y81l0"]
|
||||
|
||||
@@ -34,6 +35,9 @@ layout_mode = 2
|
||||
toggle_mode = true
|
||||
text = "S"
|
||||
|
||||
[node name="TrackIcon" parent="PanelContainer/HBoxContainer/Body/HBoxContainer/NameIconControls/IconAndName" index="0"]
|
||||
texture = ExtResource("2_g74u4")
|
||||
|
||||
[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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
[ext_resource type="Theme" uid="uid://b8rk41gjual2b" path="res://Assets/DefaultTheme.tres" id="1_tbi88"]
|
||||
[ext_resource type="Texture2D" uid="uid://bwfbs4jxbia3o" path="res://Assets/Icons/microphone_track.svg" id="2_r2pin"]
|
||||
[ext_resource type="Script" path="res://Scripts/Track.gd" id="2_rsf0h"]
|
||||
[ext_resource type="Script" uid="uid://nq2n8r8tq3nt" path="res://Scripts/Track.gd" id="2_rsf0h"]
|
||||
[ext_resource type="FontFile" uid="uid://ctw3g5gundhpj" path="res://Assets/Fonts/InterVariable.ttf" id="3_12y3l"]
|
||||
|
||||
[sub_resource type="FontVariation" id="FontVariation_lbdn3"]
|
||||
@@ -29,6 +29,7 @@ anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_type_variation = &"Track"
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="PanelContainer"]
|
||||
clip_children = 1
|
||||
@@ -37,8 +38,9 @@ layout_mode = 2
|
||||
[node name="ColorStrip" type="ColorRect" parent="PanelContainer/HBoxContainer"]
|
||||
self_modulate = Color(0.699653, 0.699654, 0.699653, 1)
|
||||
clip_contents = true
|
||||
custom_minimum_size = Vector2(4, 0)
|
||||
custom_minimum_size = Vector2(2, 0)
|
||||
layout_mode = 2
|
||||
color = Color(0.435294, 0.435294, 0.435294, 1)
|
||||
|
||||
[node name="Body" type="MarginContainer" parent="PanelContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
@@ -12,6 +12,8 @@ mouse_filter = 2
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||||
layout_mode = 2
|
||||
theme_override_constants/separation = 16
|
||||
alignment = 1
|
||||
|
||||
[node name="Controls" type="MarginContainer" parent="HBoxContainer"]
|
||||
layout_mode = 2
|
||||
@@ -25,7 +27,7 @@ theme_override_constants/margin_bottom = 8
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
theme_override_constants/separation = 8
|
||||
theme_override_constants/separation = 0
|
||||
|
||||
[node name="Play" type="Button" parent="HBoxContainer/Controls/HBoxContainer"]
|
||||
modulate = Color(0.253333, 1, 0.2, 1)
|
||||
|
||||
Reference in New Issue
Block a user