Files
audioeditor/Controls/AudioClip.tscn

43 lines
1.1 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://dmmgalpx4fcc7"]
[ext_resource type="Script" path="res://Scripts/AudioClip.gd" id="1_iy5jd"]
[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
[node name="AudioClip" type="Panel"]
modulate = Color(0.552956, 0.552956, 0.552956, 1)
clip_contents = true
custom_minimum_size = Vector2(4, 64)
anchors_preset = -1
anchor_right = 0.104
anchor_bottom = 0.059
offset_right = 0.319992
offset_bottom = 0.279995
theme_override_styles/panel = SubResource("StyleBoxFlat_8tb17")
script = ExtResource("1_iy5jd")
[node name="Panel" type="Panel" parent="."]
custom_minimum_size = Vector2(0, 14)
layout_mode = 1
anchors_preset = 10
anchor_right = 1.0
grow_horizontal = 2
[node name="Label" type="Label" parent="Panel"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_font_sizes/font_size = 8
text = "New Audio Clip"
vertical_alignment = 1
text_overrun_behavior = 3